mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
remove debug stuff
This commit is contained in:
parent
b5eec63e07
commit
0d77b2c329
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user