summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-03-25 22:05:48 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-03-25 22:05:48 +0000
commitfdc95626108a36c42fc7cd33be24378fd5dc4ef8 (patch)
tree046f63caeb7b807eca0e38aeaa24fcac079f4b9f /src/attributes.cpp
parentImprove dependencies using URI normalization. A little faster, too. (diff)
downloadinkscape-fdc95626108a36c42fc7cd33be24378fd5dc4ef8.tar.gz
inkscape-fdc95626108a36c42fc7cd33be24378fd5dc4ef8.zip
Purging old axonometric grid code: reworked it into the new grid class structure. Still needs alot of work (snapping mostly and code cleansing).
(bzr r2757)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 5f7a710c3..858f71804 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -60,7 +60,6 @@ static SPStyleProp const props[] = {
/* SPNamedView */
{SP_ATTR_VIEWONLY, "viewonly"},
{SP_ATTR_SHOWGRID, "showgrid"},
- {SP_ATTR_GRIDTYPE, "gridtype"},
{SP_ATTR_SHOWGUIDES, "showguides"},
{SP_ATTR_GRIDTOLERANCE, "gridtolerance"},
{SP_ATTR_GUIDETOLERANCE, "guidetolerance"},
@@ -70,8 +69,6 @@ static SPStyleProp const props[] = {
{SP_ATTR_GRIDORIGINY, "gridoriginy"},
{SP_ATTR_GRIDSPACINGX, "gridspacingx"},
{SP_ATTR_GRIDSPACINGY, "gridspacingy"},
- {SP_ATTR_GRIDANGLEX, "gridanglex"},
- {SP_ATTR_GRIDANGLEZ, "gridanglez"},
{SP_ATTR_GRIDCOLOR, "gridcolor"},
{SP_ATTR_GRIDOPACITY, "gridopacity"},
{SP_ATTR_GRIDEMPCOLOR, "gridempcolor"},