diff options
Diffstat (limited to 'engines/scumm/he/moonbase/net_main.h')
-rw-r--r-- | engines/scumm/he/moonbase/net_main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/scumm/he/moonbase/net_main.h b/engines/scumm/he/moonbase/net_main.h index 6a3ac94eab..c78e1f16aa 100644 --- a/engines/scumm/he/moonbase/net_main.h +++ b/engines/scumm/he/moonbase/net_main.h @@ -78,16 +78,13 @@ private: void addUserCallback(Common::JSONValue *response); void addUserErrorCallback(Networking::ErrorResponse error); - void disableSessionJoiningCallback(Common::JSONValue *response); void disableSessionJoiningErrorCallback(Networking::ErrorResponse error); void endSessionCallback(Common::JSONValue *response); void endSessionErrorCallback(Networking::ErrorResponse error); - void destroyPlayerCallback(Common::JSONValue *response); void destroyPlayerErrorCallback(Networking::ErrorResponse error); - void remoteSendDataCallback(Common::JSONValue *response); void remoteSendDataErrorCallback(Networking::ErrorResponse error); void remoteReceiveDataCallback(Common::JSONValue *response); |