summaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_client.h
diff options
context:
space:
mode:
authorred-001 <red-001@outlook.ie>2018-01-21 17:27:27 +0000
committerLoïc Blot <nerzhul@users.noreply.github.com>2018-01-21 18:27:27 +0100
commit49ff1d2ea8af6bf0e89fcab83522e3c55625b620 (patch)
tree0209962f1e759943d6e212a19e9cc58d71618abe /src/script/cpp_api/s_client.h
parent5dab7426451842793b183fbd961ad2ae83c8acbd (diff)
downloadminetest-49ff1d2ea8af6bf0e89fcab83522e3c55625b620.tar.gz
minetest-49ff1d2ea8af6bf0e89fcab83522e3c55625b620.tar.bz2
minetest-49ff1d2ea8af6bf0e89fcab83522e3c55625b620.zip
[CSM] Remove `on_connect` callback (#6941)
Fixes #6939
Diffstat (limited to 'src/script/cpp_api/s_client.h')
-rw-r--r--src/script/cpp_api/s_client.h2
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);