summaryrefslogtreecommitdiffstats
path: root/tools/platform/windows
diff options
context:
space:
mode:
Diffstat (limited to 'tools/platform/windows')
-rw-r--r--tools/platform/windows/win-window.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/platform/windows/win-window.cpp b/tools/platform/windows/win-window.cpp
index 5e8c8524f..f0217e04c 100644
--- a/tools/platform/windows/win-window.cpp
+++ b/tools/platform/windows/win-window.cpp
@@ -342,7 +342,6 @@ public:
NULL, // menu
instance,
NULL);
-
if (handle)
Win32AppContext::windows[handle] = this;
}