Remove debug printf from preview.c
authorDana Jansens <danakj@orodu.net>
Sun, 18 Aug 2013 00:54:32 +0000 (20:54 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 18 Aug 2013 00:54:32 +0000 (20:54 -0400)
src/preview.c

index d4bfe17..36fc94a 100644 (file)
@@ -203,11 +203,6 @@ static GdkPixbuf* preview_menu(RrTheme *theme)
     background->surface.parent = menu;
     background->surface.parentx = x - theme->mbwidth;
     background->surface.parenty = y - theme->mbwidth;
     background->surface.parent = menu;
     background->surface.parentx = x - theme->mbwidth;
     background->surface.parenty = y - theme->mbwidth;
-    if (strcmp("SlickBox", theme->name) == 0)
-        printf("y %d parenty %d bh %d height %d menuheight %d parentbottom %d\n",
-               y, background->surface.parenty, bh, height,
-               height - 3*theme->mbwidth,
-               background->surface.parenty + bh);
 
     theme_pixmap_paint(background, bw, bh);
     pixmap = gdk_pixmap_foreign_new(background->pixmap);
 
     theme_pixmap_paint(background, bw, bh);
     pixmap = gdk_pixmap_foreign_new(background->pixmap);