summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CIRCConnection.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2014-02-21 19:53:10 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2014-02-21 19:53:10 +0000
commit7f142a51cd32e024a1fd9d95b1311542febaf179 (patch)
treea5432ea92bc2ea821110a7875af6c626c642f8b4 /plugins/MirandaG15/src/CIRCConnection.h
parent40318351c43f59747b2b22db47a2f6db78ca9878 (diff)
Attempt to make MirandaG15 work with IRC and other groupchats
git-svn-id: http://svn.miranda-ng.org/main/trunk@8205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/CIRCConnection.h')
-rw-r--r--plugins/MirandaG15/src/CIRCConnection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/CIRCConnection.h b/plugins/MirandaG15/src/CIRCConnection.h
index 4067941cea..dd028a3b10 100644
--- a/plugins/MirandaG15/src/CIRCConnection.h
+++ b/plugins/MirandaG15/src/CIRCConnection.h
@@ -4,7 +4,6 @@
class CIRCConnection
{
public:
- HANDLE hEventHook;
tstring strProtocol;
tstring strNetwork;
};