summaryrefslogtreecommitdiffstats
path: root/src/svg/path-string.h
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-03-21 10:10:29 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-03-21 10:10:29 +0000
commit6efcc95d092b4ef5d76c121536eb1fa8fb07a30d (patch)
treeffe5a87fec866a052e15c8234b9a8a384a396a45 /src/svg/path-string.h
parentAdded dialog to name new calligraphic (diff)
downloadinkscape-6efcc95d092b4ef5d76c121536eb1fa8fb07a30d.tar.gz
inkscape-6efcc95d092b4ef5d76c121536eb1fa8fb07a30d.zip
Remove unused flag from PathString.
(bzr r5143)
Diffstat (limited to 'src/svg/path-string.h')
-rw-r--r--src/svg/path-string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/svg/path-string.h b/src/svg/path-string.h
index e90e11048..bc0628a5a 100644
--- a/src/svg/path-string.h
+++ b/src/svg/path-string.h
@@ -197,7 +197,6 @@ private:
NR::Point _current_point;
bool const allow_relative_coordinates;
- bool const allow_shorthands;
bool const force_repeat_commands;
};