From 2e56c1f2e30c96bd366ff406ee56734cd549250e Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sun, 10 Jul 2011 20:27:25 +0000 Subject: dbeditorpp: warnninf fix git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@146 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- dbeditorpp/main.cpp | 2 -- 1 file changed, 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); -- cgit v1.2.3