diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-20 11:54:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-20 11:54:34 +0000 |
commit | 70430aafa50d548554f2c3cd0cb81a26dbe9ce1b (patch) | |
tree | 3d95e60ccf2c087400fc6d9368a3e367ba3f2c28 /plugins/TabSRMM/src/hotkeyhandler.cpp | |
parent | 5d0a74dba4d59001e8f64cd769d19641baf62770 (diff) |
various junk removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/hotkeyhandler.cpp')
-rw-r--r-- | plugins/TabSRMM/src/hotkeyhandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/hotkeyhandler.cpp b/plugins/TabSRMM/src/hotkeyhandler.cpp index 081ea47669..84694eeae6 100644 --- a/plugins/TabSRMM/src/hotkeyhandler.cpp +++ b/plugins/TabSRMM/src/hotkeyhandler.cpp @@ -71,8 +71,6 @@ static HOTKEYDESC _hotkeydescs[] = { { 0, "tabsrmm_close_other", LPGEN("Close Other Tabs"), TABSRMM_HK_SECTION_GENERIC, 0, HOTKEYCODE(HOTKEYF_ALT|HOTKEYF_CONTROL, 'W'), TABSRMM_HK_CLOSE_OTHER },
};
-static SendLaterJobIterator g_jobs;
-
LRESULT ProcessHotkeysByMsgFilter(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, UINT_PTR ctrlId)
{
MSGFILTER mf;
|