diff options
Diffstat (limited to 'src/script/cpp_api/s_client.h')
-rw-r--r-- | src/script/cpp_api/s_client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script/cpp_api/s_client.h b/src/script/cpp_api/s_client.h index 717fbb4cc..402b44e33 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -40,8 +40,6 @@ public: // Calls on_shutdown handlers void on_shutdown(); - void on_connect(); - // Chat message handlers bool on_sending_message(const std::string &message); bool on_receiving_message(const std::string &message); |