summaryrefslogtreecommitdiff
path: root/callbacks.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-08 12:26:35 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-08 12:26:35 +0200
commit7bfe216b85c93e2050c139ff48dc099db78a0a0b (patch)
treeffda7555b1287afcb5cf1ef8d0aee47ff1c099de /callbacks.c
parentb776dc9abccb3a2d8c4520668e87d455ae0c97bb (diff)
fixed ps redraw after dragndrop
Diffstat (limited to 'callbacks.c')
-rw-r--r--callbacks.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/callbacks.c b/callbacks.c
index 6fde02a4..4f92a8f2 100644
--- a/callbacks.c
+++ b/callbacks.c
@@ -428,15 +428,6 @@ on_playlist_drag_data_delete (GtkWidget *widget,
{
}
-void
-on_playlist_drag_end (GtkWidget *widget,
- GdkDragContext *drag_context,
- gpointer user_data)
-{
- draw_playlist (widget, 0, 0, widget->allocation.width, widget->allocation.height);
- gtkps_expose (widget, 0, 0, widget->allocation.width, widget->allocation.height);
-}
-
gboolean
on_playlist_drag_failed (GtkWidget *widget,