From: Dana Jansens Date: Sun, 18 Aug 2013 00:54:32 +0000 (-0400) Subject: Remove debug printf from preview.c X-Git-Url: http://git.openbox.org/?p=dana%2Fobconf.git;a=commitdiff_plain;h=dfd6b0c1130b6138fa182eccecbfd65998e6c90b Remove debug printf from preview.c --- diff --git a/src/preview.c b/src/preview.c index d4bfe17..36fc94a 100644 --- a/src/preview.c +++ b/src/preview.c @@ -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; - 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);