mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Remove deprecated listener callbacks
This commit is contained in:
parent
2fc278da00
commit
67390dfb94
@ -352,8 +352,6 @@ typedef struct _CONNECTION_LISTENER_CALLBACKS {
|
|||||||
ConnListenerStageFailed stageFailed;
|
ConnListenerStageFailed stageFailed;
|
||||||
ConnListenerConnectionStarted connectionStarted;
|
ConnListenerConnectionStarted connectionStarted;
|
||||||
ConnListenerConnectionTerminated connectionTerminated;
|
ConnListenerConnectionTerminated connectionTerminated;
|
||||||
void* deprecated1; // was displayMessage()
|
|
||||||
void* deprecated2; // was displayTransientMessage()
|
|
||||||
ConnListenerLogMessage logMessage;
|
ConnListenerLogMessage logMessage;
|
||||||
ConnListenerRumble rumble;
|
ConnListenerRumble rumble;
|
||||||
ConnListenerConnectionStatusUpdate connectionStatusUpdate;
|
ConnListenerConnectionStatusUpdate connectionStatusUpdate;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user