aboutsummaryrefslogtreecommitdiff
path: root/daemon/StreamlineSetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/StreamlineSetup.h')
-rw-r--r--daemon/StreamlineSetup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/StreamlineSetup.h b/daemon/StreamlineSetup.h
index c46ae08..8086fe2 100644
--- a/daemon/StreamlineSetup.h
+++ b/daemon/StreamlineSetup.h
@@ -35,7 +35,6 @@ private:
void handleDeliver(char* xml);
void sendData(const char* data, int length, int type);
void sendString(const char* string, int type) {sendData(string, strlen(string), type);}
- void sendProtocol();
void sendEvents();
void sendConfiguration();
void sendDefaults();