summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-07-10 20:27:25 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-07-10 20:27:25 +0000
commit2e56c1f2e30c96bd366ff406ee56734cd549250e (patch)
tree2dc660daed381435781f942ac92502da8c6e4d6c
parent52f1f386d8555632f4ed6e1c74b9628e6cc2e5a0 (diff)
dbeditorpp:
warnninf fix git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@146 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r--dbeditorpp/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbeditorpp/main.cpp b/dbeditorpp/main.cpp
index 43b2291..f230d1e 100644
--- a/dbeditorpp/main.cpp
+++ b/dbeditorpp/main.cpp
@@ -276,8 +276,6 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam)
int PreShutdown(WPARAM wParam,LPARAM lParam)
{
- int i;
-
if (hwnd2watchedVarsWindow) DestroyWindow(hwnd2watchedVarsWindow);
if (hwnd2mainWindow) DestroyWindow(hwnd2mainWindow);
if (hwnd2importWindow) DestroyWindow(hwnd2importWindow);