diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
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; } |