From 4832d71a0d49fe090b917e233370be20d1d72884 Mon Sep 17 00:00:00 2001 From: mderezynski Date: Thu, 18 May 2006 19:08:56 +0000 Subject: [PATCH] * Remove unused variables --- src/widgets/toolbox.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index c306d1690..de7b27c57 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -2787,9 +2787,6 @@ static void sp_text_toolbox_selection_changed (Inkscape::Selection *selection, GObject *tbl) { GtkWidget *cbox = GTK_WIDGET(g_object_get_data (G_OBJECT(tbl), "combo-box-family")); - Inkscape::XML::Node *repr = 0; - SPStyle *style = 0; - bool multiple = false; // create temporary style SPStyle *query = sp_style_new (); -- 2.30.2