diff options
| author | Milosz Derezynski <mderezynski@gmail.com> | 2006-05-18 19:08:56 +0000 |
|---|---|---|
| committer | mderezynski <mderezynski@users.sourceforge.net> | 2006-05-18 19:08:56 +0000 |
| commit | 9ce725b91dc8ca31d025b8d5215d73a987d62397 (patch) | |
| tree | 2ec4a413bb6a7dd267b4e16c0320726f50cc38d7 /src/widgets/toolbox.cpp | |
| parent | * Check for a valid font family in the text toolbox's selection_changed callback (diff) | |
| download | inkscape-9ce725b91dc8ca31d025b8d5215d73a987d62397.tar.gz inkscape-9ce725b91dc8ca31d025b8d5215d73a987d62397.zip | |
* Remove unused variables
(bzr r880)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 3 |
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 (); |
