summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/MirandaG15/src/CIRCHistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/MirandaG15/src/CIRCHistory.h')
-rw-r--r--plugins/!NotAdopted/MirandaG15/src/CIRCHistory.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/!NotAdopted/MirandaG15/src/CIRCHistory.h b/plugins/!NotAdopted/MirandaG15/src/CIRCHistory.h
deleted file mode 100644
index 299a80544b..0000000000
--- a/plugins/!NotAdopted/MirandaG15/src/CIRCHistory.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef _CIRCHISTORY_H_
-#define _CIRCHISTORY_H_
-
-struct SIRCMessage
-{
- tm Time;
- bool bIsMe;
- tstring strMessage;
-};
-
-
-class CIRCHistory
-{
-public:
- tstring strChannel;
- tstring strProtocol;
- HANDLE hContact;
- list<SIRCMessage> LMessages;
- list<tstring> LUsers;
-};
-
-
-#endif \ No newline at end of file