summaryrefslogtreecommitdiffstats
path: root/src/client/SigClientInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/SigClientInterface.hpp')
-rw-r--r--src/client/SigClientInterface.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/SigClientInterface.hpp b/src/client/SigClientInterface.hpp
index 57a972f6..26a64f85 100644
--- a/src/client/SigClientInterface.hpp
+++ b/src/client/SigClientInterface.hpp
@@ -78,9 +78,6 @@ protected:
void bundle_end()
{ EMIT(bundle_end); }
- void transfer_begin() {}
- void transfer_end() {}
-
void response_ok(int32_t id)
{ EMIT(response_ok, id); }