diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/eggtreemultidnd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eggtreemultidnd.c b/src/eggtreemultidnd.c index a8bb183..de5fbc3 100644 --- a/src/eggtreemultidnd.c +++ b/src/eggtreemultidnd.c @@ -321,8 +321,7 @@ egg_tree_multi_drag_motion_event (GtkWidget *widget, GtkTreePath *tree_path; int cell_x; int cell_y; - double cursor_pos; - + target_list = gtk_target_list_new (target_table, G_N_ELEMENTS (target_table)); context = gtk_drag_begin (widget, target_list, |