summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp3
1 files changed, 0 insertions, 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 ();