summaryrefslogtreecommitdiffstats
path: root/src/widgets/select-toolbar.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2012-02-14 06:59:49 +0000
committerJon A. Cruz <jon@joncruz.org>2012-02-14 06:59:49 +0000
commitdef327c81136916c1ed55121edbcb80d91df54a7 (patch)
tree18b1c1ff814cb8f9fcfdbe590c89ed46d73732f8 /src/widgets/select-toolbar.cpp
parentAdding stdint for definitions of uint32_t, etc. (diff)
downloadinkscape-def327c81136916c1ed55121edbcb80d91df54a7.tar.gz
inkscape-def327c81136916c1ed55121edbcb80d91df54a7.zip
Cleaning up unused variables and other warnings.
(bzr r10972)
Diffstat (limited to 'src/widgets/select-toolbar.cpp')
-rw-r--r--src/widgets/select-toolbar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp
index 7c6b8e9af..8928c10ec 100644
--- a/src/widgets/select-toolbar.cpp
+++ b/src/widgets/select-toolbar.cpp
@@ -244,7 +244,6 @@ sp_object_layout_any_value_changed(GtkAdjustment *adj, SPWidget *spw)
// FIXME: fix for GTK breakage, see comment in SelectedStyle::on_opacity_changed
sp_desktop_canvas(desktop)->forceFullRedrawAfterInterruptions(0);
- gdouble strokewidth = stroke_average_width (selection->itemList());
int transform_stroke = prefs->getBool("/options/transform/stroke", true) ? 1 : 0;
Geom::Affine scaler;