Kaydet (Commit) cd775eaa authored tarafından Enrico Tröger's avatar Enrico Tröger

Remove dead code.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3916 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst a87d5b97
......@@ -681,7 +681,6 @@ static void tb_editor_drag_data_get_cb(GtkWidget *widget, GdkDragContext *contex
GtkTreeIter iter;
GtkTreeSelection *selection;
GtkTreeModel *model;
GtkTreePath *path;
GdkAtom atom;
gchar *name;
......@@ -698,8 +697,6 @@ static void tb_editor_drag_data_get_cb(GtkWidget *widget, GdkDragContext *contex
g_free(name);
path = gtk_tree_model_get_path(model, &iter);
tbw->drag_source = widget;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment