summaryrefslogtreecommitdiff
path: root/dbeditorpp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dbeditorpp/main.cpp')
-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);