From 0d77b2c329f8239f89200e2299b73f984b08095b Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 20 Jun 2009 01:27:32 +0000 Subject: [PATCH] remove debug stuff --- panda/src/windisplay/winGraphicsWindow.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/panda/src/windisplay/winGraphicsWindow.cxx b/panda/src/windisplay/winGraphicsWindow.cxx index 8e1f45c63e..3e7916710e 100644 --- a/panda/src/windisplay/winGraphicsWindow.cxx +++ b/panda/src/windisplay/winGraphicsWindow.cxx @@ -892,8 +892,6 @@ open_regular_window() { y_origin = _properties.get_y_origin(); } - DWORD process_id; - DWORD thread_id = GetWindowThreadProcessId(_hparent, &process_id); _hWnd = CreateWindow(wclass._name.c_str(), title.c_str(), WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS , x_origin,y_origin,