diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-12 13:43:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-12 13:43:31 +0300 |
commit | 8dd4143614ffa1a309f07f0b1a19921955f9c3f5 (patch) | |
tree | c99f5116020adb618d020fe4df7283fb5268d9ab /plugins/MirandaG15/src/CIRCHistory.h | |
parent | 6312425c1ad093cad87a688497728fdb12e24385 (diff) |
MirandaG15: warning fixes + massive code cleaning
Diffstat (limited to 'plugins/MirandaG15/src/CIRCHistory.h')
-rw-r--r-- | plugins/MirandaG15/src/CIRCHistory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MirandaG15/src/CIRCHistory.h b/plugins/MirandaG15/src/CIRCHistory.h index d4865ddba0..5b46ae32c9 100644 --- a/plugins/MirandaG15/src/CIRCHistory.h +++ b/plugins/MirandaG15/src/CIRCHistory.h @@ -8,7 +8,6 @@ struct SIRCMessage tstring strMessage;
};
-
class CIRCHistory
{
public:
@@ -19,5 +18,4 @@ public: list<tstring> LUsers;
};
-
#endif
\ No newline at end of file |