diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-26 13:46:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-26 13:46:41 +0300 |
commit | 0b0d9f28696294beed32d5cdc3f5e93cd996f08e (patch) | |
tree | 3018a8dcd6358bb64535209de089c109aa972351 /protocols/MSN/src | |
parent | 446c7bccafe06ec44f3cd0a0658b94b1bc6b9edf (diff) |
code cleaning
Diffstat (limited to 'protocols/MSN/src')
-rw-r--r-- | protocols/MSN/src/msn.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp index bc2cbfe464..697c1f6569 100644 --- a/protocols/MSN/src/msn.cpp +++ b/protocols/MSN/src/msn.cpp @@ -54,9 +54,6 @@ static const PLUGININFOEX pluginInfo = {0x97724af9, 0xf3fb, 0x47d3, {0xa3, 0xbf, 0xea, 0xa9, 0x35, 0xc7, 0x4e, 0x6d}}
};
-int MSN_GCEventHook(WPARAM wParam, LPARAM lParam);
-int MSN_GCMenuHook(WPARAM wParam, LPARAM lParam);
-
// Protocol instances
static int sttCompareProtocols(const CMsnProto *p1, const CMsnProto *p2)
{
|