remove debug stuff

This commit is contained in:
David Rose 2009-06-20 01:27:32 +00:00
parent b5eec63e07
commit 0d77b2c329

View File

@ -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,