summaryrefslogtreecommitdiff
path: root/plugins/Variables/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-01 10:21:56 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-01 10:21:56 +0000
commita41c9020b7fcbc4d05fcb37097177cc0efc7cdce (patch)
tree5bda74986883a9152123474152c6546547211b9d /plugins/Variables/main.cpp
parent0ae8779546586eba91408d03949d45ec9ced5133 (diff)
db_helpers.cpp deleted
git-svn-id: http://svn.miranda-ng.org/main/trunk@708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/main.cpp')
-rw-r--r--plugins/Variables/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Variables/main.cpp b/plugins/Variables/main.cpp
index 4d47d84439..fc0d49147a 100644
--- a/plugins/Variables/main.cpp
+++ b/plugins/Variables/main.cpp
@@ -80,9 +80,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
extern "C" int __declspec(dllexport) Load(void)
{
-
- if (UnicodeCheck(pluginInfoEx.shortName, FALSE))
- return 0;
mir_getLP( &pluginInfoEx );
hExitHook = HookEvent(ME_SYSTEM_OKTOEXIT, Exit);