diff options
Diffstat (limited to 'lib/ephy-gui.c')
-rw-r--r-- | lib/ephy-gui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c index 114344dab..81077d140 100644 --- a/lib/ephy-gui.c +++ b/lib/ephy-gui.c @@ -59,7 +59,6 @@ ephy_gui_menu_position_under_widget (GtkMenu *menu, *x = CLAMP (*x, 0, MAX (0, screen_width - requisition.width)); *y = CLAMP (*y, 0, MAX (0, screen_height - requisition.height)); - g_print ("result %d\n", *y); } gboolean |