Remove temporary debugging code

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
This commit is contained in:
Federico Mena Quintero 2013-02-27 14:04:23 -06:00
parent 0d95705bd5
commit 3363974c09

View File

@ -1370,18 +1370,6 @@ free_drag_data (GtkPlacesSidebar *sidebar)
}
}
static const char *
pos_to_string (GtkTreeViewDropPosition pos)
{
switch (pos) {
case GTK_TREE_VIEW_DROP_BEFORE: return "BEFORE";
case GTK_TREE_VIEW_DROP_AFTER: return "AFTER";
case GTK_TREE_VIEW_DROP_INTO_OR_BEFORE: return "INTO_OR_BEFORE";
case GTK_TREE_VIEW_DROP_INTO_OR_AFTER: return "INTO_OR_AFTER";
default: return "INVALID";
}
}
static gboolean
drag_motion_callback (GtkTreeView *tree_view,
GdkDragContext *context,