summaryrefslogtreecommitdiff
path: root/protocols/Quotes/ModuleInfo.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-09-24 20:33:28 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-09-24 20:33:28 +0000
commit5ef7edee2a5d7eae4bb110e497d2e63b633348c8 (patch)
tree33ade0a35721a3f056d313e6cb3d5347b9b117aa /protocols/Quotes/ModuleInfo.h
parentaf1c7bfc0cd0f76570e364dbb57cf447052c1ed5 (diff)
Quotes:
fixed crash on start git-svn-id: http://svn.miranda-ng.org/main/trunk@1643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Quotes/ModuleInfo.h')
-rw-r--r--protocols/Quotes/ModuleInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Quotes/ModuleInfo.h b/protocols/Quotes/ModuleInfo.h
index 5dcf7e5de6..2882dfae6d 100644
--- a/protocols/Quotes/ModuleInfo.h
+++ b/protocols/Quotes/ModuleInfo.h
@@ -24,9 +24,6 @@ public:
HANDLE GetWindowList(const std::string& rsKey,bool bAllocateIfNonExist = true);
bool GetExtendedStatusFlag()const;
- static void SetModuleHandle(HINSTANCE hInstance);
- static HINSTANCE GetModuleHandle();
-
static bool Verify();
static TQuotesProvidersPtr GetQuoteProvidersPtr();