From eb454ff9f2389e7aca47b4c753a7225a9e4dae1f Mon Sep 17 00:00:00 2001 From: François Revol Date: Sun, 25 Nov 2012 20:03:43 +0100 Subject: beos: More debug output cleanup --- beos/window.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beos/window.cpp b/beos/window.cpp index 4bc9f2c51..f26ba9191 100644 --- a/beos/window.cpp +++ b/beos/window.cpp @@ -1078,7 +1078,7 @@ gboolean nsbeos_window_keypress_event(GtkWidget *widget, GdkEventKey *event, void nsbeos_window_resize_event(BView *view, gui_window *g, BMessage *event) { - CALLED(); + //CALLED(); int32 width; int32 height; @@ -1128,7 +1128,7 @@ void nsbeos_window_resize_event(BView *view, gui_window *g, BMessage *event) void nsbeos_window_moved_event(BView *view, gui_window *g, BMessage *event) { - CALLED(); + //CALLED(); #warning XXX: Invalidate ? if (!view || !view->LockLooper()) @@ -1582,7 +1582,7 @@ void gui_window_hide_pointer(struct gui_window *g) void gui_window_place_caret(struct gui_window *g, int x, int y, int height) { - CALLED(); + //CALLED(); if (g->view == NULL) return; if (!g->view->LockLooper()) -- cgit v1.2.3