remove debugs

This commit is contained in:
David Rose 2004-03-03 21:57:42 +00:00
parent fdc4d0642a
commit 26fce4087c

View File

@ -206,10 +206,8 @@ set_properties_now(WindowProperties &properties) {
if (properties.has_cursor_hidden()) { if (properties.has_cursor_hidden()) {
bool hide_cursor = properties.get_cursor_hidden(); bool hide_cursor = properties.get_cursor_hidden();
cerr << "Setting cursor_hidden to " << hide_cursor << "\n";
_properties.set_cursor_hidden(hide_cursor); _properties.set_cursor_hidden(hide_cursor);
if (_cursor_window == this) { if (_cursor_window == this) {
cerr << "in window now\n";
hide_or_show_cursor(hide_cursor); hide_or_show_cursor(hide_cursor);
} }