summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-04-15 17:05:40 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-04-15 17:05:40 +0000
commit0a7239ba0bd51bac0eabd829f3058721bdf73165 (patch)
treedded619db176e84e3d9015b70074abe6fc02f0e9 /src/attributes.cpp
parentRemove some unneeded header includes (diff)
downloadinkscape-0a7239ba0bd51bac0eabd829f3058721bdf73165.tar.gz
inkscape-0a7239ba0bd51bac0eabd829f3058721bdf73165.zip
Removal of old grid code - fully enabled new grid code.
(bzr r2904)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index e7465a037..39f6a04f9 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -59,20 +59,10 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_VERSION, "inkscape:version"},
/* SPNamedView */
{SP_ATTR_VIEWONLY, "viewonly"},
- {SP_ATTR_SHOWGRID, "showgrid"},
{SP_ATTR_SHOWGUIDES, "showguides"},
{SP_ATTR_GRIDTOLERANCE, "gridtolerance"},
{SP_ATTR_GUIDETOLERANCE, "guidetolerance"},
{SP_ATTR_OBJECTTOLERANCE, "objecttolerance"},
- {SP_ATTR_GRIDORIGINX, "gridoriginx"},
- {SP_ATTR_GRIDORIGINY, "gridoriginy"},
- {SP_ATTR_GRIDSPACINGX, "gridspacingx"},
- {SP_ATTR_GRIDSPACINGY, "gridspacingy"},
- {SP_ATTR_GRIDCOLOR, "gridcolor"},
- {SP_ATTR_GRIDOPACITY, "gridopacity"},
- {SP_ATTR_GRIDEMPCOLOR, "gridempcolor"},
- {SP_ATTR_GRIDEMPOPACITY, "gridempopacity"},
- {SP_ATTR_GRIDEMPSPACING, "gridempspacing"},
{SP_ATTR_GUIDECOLOR, "guidecolor"},
{SP_ATTR_GUIDEOPACITY, "guideopacity"},
{SP_ATTR_GUIDEHICOLOR, "guidehicolor"},