summaryrefslogtreecommitdiff
path: root/libslab/app-resizer.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-12-23 15:17:49 +0300
committermonsta <[email protected]>2017-12-23 15:17:49 +0300
commitd68834a740cb3ac396dea12f1d4cb73d309a240e (patch)
treeb4c7d07572f1fd2bed9a4b9062eb5f0be1418da1 /libslab/app-resizer.c
parentd12302def2b23e124509f54afd0d9da49651d9f3 (diff)
downloadmate-control-center-d68834a740cb3ac396dea12f1d4cb73d309a240e.tar.bz2
mate-control-center-d68834a740cb3ac396dea12f1d4cb73d309a240e.tar.xz
libslab: remove more unused code
Diffstat (limited to 'libslab/app-resizer.c')
-rw-r--r--libslab/app-resizer.c7
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;