diff options
Diffstat (limited to 'plugins/!Deprecated/Skype/src/skypekit/message.h')
-rw-r--r-- | plugins/!Deprecated/Skype/src/skypekit/message.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/!Deprecated/Skype/src/skypekit/message.h b/plugins/!Deprecated/Skype/src/skypekit/message.h deleted file mode 100644 index 6bf1eda497..0000000000 --- a/plugins/!Deprecated/Skype/src/skypekit/message.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once
-
-#include "common.h"
-
-class CMessage : public Message
-{
-public:
- typedef DRef<CMessage, Message> Ref;
- typedef DRefs<CMessage, Message> Refs;
-
- CMessage(unsigned int oid, SERootObject* root);
-};
\ No newline at end of file |