From e48ca861ed32f75ae66aa6efab698635ef2b1cb9 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Fri, 26 Oct 2007 11:40:15 +0000 Subject: Ssssshhhhhhhh the compiler warning. 2007-10-26 Sankar P * plugin-manager.c: (eppm_selection_changed): Ssssshhhhhhhh the compiler warning. svn path=/trunk/; revision=34433 --- plugins/plugin-manager/plugin-manager.c | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/plugin-manager/plugin-manager.c') diff --git a/plugins/plugin-manager/plugin-manager.c b/plugins/plugin-manager/plugin-manager.c index 52a3d0c93d..326f6ee49b 100644 --- a/plugins/plugin-manager/plugin-manager.c +++ b/plugins/plugin-manager/plugin-manager.c @@ -132,7 +132,6 @@ eppm_selection_changed(GtkTreeSelection *selection, Manager *m) if (gtk_tree_selection_get_selected(selection, &model, &iter)) { EPlugin *ep; - EPluginLibConfigureFunc configure; gboolean enabled = FALSE; gtk_tree_model_get(model, &iter, COL_PLUGIN_DATA, &ep, -1); -- cgit v1.2.3