diff options
Diffstat (limited to 'libslab/app-resizer.c')
-rw-r--r-- | libslab/app-resizer.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libslab/app-resizer.c b/libslab/app-resizer.c index 228ceee1..d5b27dc6 100644 --- a/libslab/app-resizer.c +++ b/libslab/app-resizer.c @@ -180,7 +180,6 @@ app_resizer_set_table_cache (AppResizer * widget, GList * cache_list) static void app_resizer_size_allocate (GtkWidget * widget, GtkAllocation * allocation) { - /* printf("ENTER - app_resizer_size_allocate\n"); */ AppResizer *resizer = APP_RESIZER (widget); GtkWidget *child = GTK_WIDGET (APP_RESIZER (resizer)->child); GtkAllocation widget_allocation; @@ -291,12 +290,6 @@ app_resizer_set_vadjustment_value (GtkWidget * widget, gdouble value) static gboolean app_resizer_paint_window (GtkWidget * widget, cairo_t * cr, AppShellData * app_data) { - /* - printf("ENTER - app_resizer_paint_window\n"); - printf("Area: %d, %d, %d, %d\n", event->area.x, event->area.y, event->area.width, event->area.height); - printf("Allocation:%d, %d, %d, %d\n\n", widget->allocation.x, widget->allocation.y, widget->allocation.width, widget->allocation.height); - */ - cairo_save(cr); GtkAllocation widget_allocation; |