summaryrefslogtreecommitdiff
path: root/callbacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'callbacks.c')
-rw-r--r--callbacks.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/callbacks.c b/callbacks.c
index 39baed3c..4d86b537 100644
--- a/callbacks.c
+++ b/callbacks.c
@@ -59,16 +59,6 @@ on_playpos_value_changed (GtkRange *range,
}
-// change properties
-gboolean
-on_playlist_configure_event (GtkWidget *widget,
- GdkEventConfigure *event,
- gpointer user_data)
-{
- gtkps_reconf (widget);
- return FALSE;
-}
-
// redraw
gboolean
on_playlist_expose_event (GtkWidget *widget,