From 49ff1d2ea8af6bf0e89fcab83522e3c55625b620 Mon Sep 17 00:00:00 2001 From: red-001 Date: Sun, 21 Jan 2018 17:27:27 +0000 Subject: [CSM] Remove `on_connect` callback (#6941) Fixes #6939 --- src/script/cpp_api/s_client.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/script/cpp_api/s_client.h') 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); -- cgit v1.2.3