diff options
author | Eugene Sandulenko | 2019-11-07 17:08:11 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-07 17:08:11 +0100 |
commit | ccab85ffb2c735f65ddf8c688730b6d211c073f6 (patch) | |
tree | 87d9582df46461a8c13bf35550f221e8a22ecb04 /engines/scumm/he/moonbase/net_main.h | |
parent | 17e6fa82c7fb3b533d35400e23d3dd0a8669352a (diff) | |
download | scummvm-rg350-ccab85ffb2c735f65ddf8c688730b6d211c073f6.tar.gz scummvm-rg350-ccab85ffb2c735f65ddf8c688730b6d211c073f6.tar.bz2 scummvm-rg350-ccab85ffb2c735f65ddf8c688730b6d211c073f6.zip |
SCUMM HE: MBC: Remove empty callbacks
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); |