summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-06-10 11:48:18 +0300
committermonsta <[email protected]>2016-06-10 11:48:18 +0300
commit0c2b58bdf72f16e3fc0bef918a8ef5ad30970ed9 (patch)
treeb6fe4beb58cc0a4d4292aa9bccf0a4c7a310efd7 /src
parentaf154fdd494b90adae5be5783bb725194fcf1d6b (diff)
downloadengrampa-0c2b58bdf72f16e3fc0bef918a8ef5ad30970ed9.tar.bz2
engrampa-0c2b58bdf72f16e3fc0bef918a8ef5ad30970ed9.tar.xz
remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/eggtreemultidnd.c3
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,