summaryrefslogtreecommitdiff
path: root/native/jni/gtk-peer/GtkDragSourceContextPeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'native/jni/gtk-peer/GtkDragSourceContextPeer.c')
-rw-r--r--native/jni/gtk-peer/GtkDragSourceContextPeer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/native/jni/gtk-peer/GtkDragSourceContextPeer.c b/native/jni/gtk-peer/GtkDragSourceContextPeer.c
index c1c4bfda8..98c75a2ea 100644
--- a/native/jni/gtk-peer/GtkDragSourceContextPeer.c
+++ b/native/jni/gtk-peer/GtkDragSourceContextPeer.c
@@ -161,7 +161,6 @@ Java_gnu_java_awt_dnd_peer_gtk_GtkDragSourceContextPeer_nativeSetCursor
gdk_cursor = gdk_cursor_new (gdk_cursor_type);
gdk_window_set_cursor (win, gdk_cursor);
- //gdk_cursor_unref (gdk_cursor);
g_object_unref(gdk_cursor);
gdk_flush();