summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic/src/skypeproxy/skypeproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeClassic/src/skypeproxy/skypeproxy.h')
-rw-r--r--protocols/SkypeClassic/src/skypeproxy/skypeproxy.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/protocols/SkypeClassic/src/skypeproxy/skypeproxy.h b/protocols/SkypeClassic/src/skypeproxy/skypeproxy.h
deleted file mode 100644
index 75a5de42ab..0000000000
--- a/protocols/SkypeClassic/src/skypeproxy/skypeproxy.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*** Program settings ***/
-#define USE_AUTHENTICATION 0x01 // Program supports authentication -> Comment to disable!
-#define USE_DATASLOTS 0x02 // Supports Commands >=3
-
-/*** Commands ***/
-#define AUTHENTICATE 0x01
-#define CAPABILITIES 0x02
-#define MY_CAPABILITIES 0x03
-#define OPEN_SLOT 0x04
-#define DATA_SLOT 0x05
-#define CLOSE_SLOT 0x06