whoops, forgot to remove debug output

This commit is contained in:
David Rose 2011-09-01 20:59:07 +00:00
parent 3db2e1a13d
commit dad8b88c62

View File

@ -1002,7 +1002,6 @@ open_graphic_window(bool fullscreen) {
}
if (!_hparent) { // This can be a regular window or a fullscreen window
cerr << "wclass is " << wclass._name << ", title is + " << title << "\n";
_hWnd = CreateWindowW(wclass._name.c_str(), title.c_str(), window_style,
metrics.x, metrics.y,
metrics.width,