From 968d40dc006d57bf614f9522a9d262650beee4cc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 31 Oct 2013 18:16:31 +0000 Subject: - subclassing fix - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@6722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MagneticWindows/src/Options.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/MagneticWindows/src/Options.h') diff --git a/plugins/MagneticWindows/src/Options.h b/plugins/MagneticWindows/src/Options.h index 8eae719fcb..1e9affa629 100644 --- a/plugins/MagneticWindows/src/Options.h +++ b/plugins/MagneticWindows/src/Options.h @@ -8,10 +8,8 @@ typedef bool ScriverWorkAround; } TOptions; -extern HANDLE hInitOptionsHook; extern TOptions Options; - INT_PTR CALLBACK OptionsDlgProc(HWND, UINT, WPARAM, LPARAM); int InitOptions(WPARAM, LPARAM); -- cgit v1.2.3