summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorred-001 <red-001@outlook.ie>2017-04-26 20:10:13 +0100
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-04-26 21:10:13 +0200
commitff1ef67dccefb8d283142ea86db250f07aee095c (patch)
tree563f89059b9a71f31073fcfc450e591f3f2f11cd /src/client.h
parent70ceeb80a180507e38db957f217e2c78ce901692 (diff)
downloadminetest-ff1ef67dccefb8d283142ea86db250f07aee095c.tar.gz
minetest-ff1ef67dccefb8d283142ea86db250f07aee095c.tar.bz2
minetest-ff1ef67dccefb8d283142ea86db250f07aee095c.zip
Fix #5655 (#5658)
Client: Don't send `TOSERVER_RECEIVED_MEDIA` since it's not used anymore Server: Handle `TOSERVER_RECEIVED_MEDIA` using `Server::handleCommand_Deprecated`
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h
index 328a24f90..68953d402 100644
--- a/src/client.h
+++ b/src/client.h
@@ -484,8 +484,6 @@ public:
bool loadMedia(const std::string &data, const std::string &filename);
// Send a request for conventional media transfer
void request_media(const std::vector<std::string> &file_requests);
- // Send a notification that no conventional media transfer is needed
- void received_media();
LocalClientState getState() { return m_state; }