summaryrefslogtreecommitdiffstats
path: root/src/client/ThreadedSigClientInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ThreadedSigClientInterface.hpp')
-rw-r--r--src/client/ThreadedSigClientInterface.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/ThreadedSigClientInterface.hpp b/src/client/ThreadedSigClientInterface.hpp
index e7dc336d..84f9c009 100644
--- a/src/client/ThreadedSigClientInterface.hpp
+++ b/src/client/ThreadedSigClientInterface.hpp
@@ -72,9 +72,6 @@ public:
void bundle_end()
{ push_sig(bundle_end_slot); }
- void transfer_begin() {}
- void transfer_end() {}
-
void response_ok(int32_t id)
{ push_sig(sigc::bind(response_ok_slot, id)); }