diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-27 19:48:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-27 19:48:21 +0000 |
commit | 08997af71f3b28d1fc23f22b63552de23b0ab883 (patch) | |
tree | d741b4a5639a96fc02bcbaeeabad50125a8d6017 /plugins/Nudge/src/options.h | |
parent | 8d164e182630c7077055ac779de5f1ae5610f694 (diff) |
Nudge to create its own type of events
git-svn-id: http://svn.miranda-ng.org/main/trunk@7398 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge/src/options.h')
-rw-r--r-- | plugins/Nudge/src/options.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/Nudge/src/options.h b/plugins/Nudge/src/options.h index 68f648a0bb..57fe368350 100644 --- a/plugins/Nudge/src/options.h +++ b/plugins/Nudge/src/options.h @@ -4,11 +4,3 @@ extern int nProtocol; extern CNudgeElement DefaultNudge;
extern CShake shake;
extern CNudge GlobalNudge;
-
-static INT_PTR CALLBACK OptionsDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
-static INT_PTR CALLBACK DlgProcNudgeOpt(HWND hwnd,UINT msg,WPARAM wParam,LPARAM lParam);
-static INT_PTR CALLBACK DlgProcShakeOpt(HWND hwnd,UINT msg,WPARAM wParam,LPARAM lParam);
-
-void UpdateControls(HWND hwnd);
-int GetSelProto(HWND hwnd, HTREEITEM hItem);
-void CheckChange(HWND hwnd, HTREEITEM hItem);
|