summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/ddbvolumebar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/gtkui/ddbvolumebar.c b/plugins/gtkui/ddbvolumebar.c
index d39d9e9b..767290cd 100644
--- a/plugins/gtkui/ddbvolumebar.c
+++ b/plugins/gtkui/ddbvolumebar.c
@@ -252,7 +252,6 @@ on_volumebar_button_press_event (GtkWidget *widget,
volume = 0;
}
deadbeef->volume_set_db (volume);
- printf ("queue_draw\n");
gtk_widget_queue_draw (widget);
return FALSE;
}