From d68834a740cb3ac396dea12f1d4cb73d309a240e Mon Sep 17 00:00:00 2001 From: monsta Date: Sat, 23 Dec 2017 15:17:49 +0300 Subject: libslab: remove more unused code --- libslab/app-resizer.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libslab/app-resizer.c') 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; -- cgit v1.2.1