From: mderezynski Date: Thu, 18 May 2006 19:08:56 +0000 (+0000) Subject: * Remove unused variables X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4832d71a0d49fe090b917e233370be20d1d72884;p=inkscape.git * Remove unused variables --- 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 ();