Revision: 3916 http://geany.svn.sourceforge.net/geany/?rev=3916&view=rev Author: eht16 Date: 2009-07-04 09:23:26 +0000 (Sat, 04 Jul 2009)
Log Message: ----------- Remove dead code.
Modified Paths: -------------- trunk/src/toolbar.c
Modified: trunk/src/toolbar.c =================================================================== --- trunk/src/toolbar.c 2009-07-04 09:22:49 UTC (rev 3915) +++ trunk/src/toolbar.c 2009-07-04 09:23:26 UTC (rev 3916) @@ -681,7 +681,6 @@ GtkTreeIter iter; GtkTreeSelection *selection; GtkTreeModel *model; - GtkTreePath *path; GdkAtom atom; gchar *name;
@@ -698,8 +697,6 @@
g_free(name);
- path = gtk_tree_model_get_path(model, &iter); - tbw->drag_source = widget; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.