remove debug statement

This commit is contained in:
David Rose 2011-10-11 04:52:45 +00:00
parent eacd4cfefb
commit 800c0ceeb5

View File

@ -921,7 +921,6 @@ open_window() {
}
}
cerr << "cursor_filename = " << _properties.get_cursor_filename() << "\n";
if (_properties.get_cursor_hidden()) {
XDefineCursor(_display, _xwindow, x11_pipe->get_hidden_cursor());