summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
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.h
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.h')
-rw-r--r--src/attributes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 242c5c246..253724ac4 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -61,7 +61,6 @@ enum SPAttributeEnum {
/* SPNamedView */
SP_ATTR_VIEWONLY,
SP_ATTR_SHOWGRID,
- SP_ATTR_GRIDTYPE,
SP_ATTR_SHOWGUIDES,
SP_ATTR_GRIDTOLERANCE,
SP_ATTR_GUIDETOLERANCE,
@@ -71,8 +70,6 @@ enum SPAttributeEnum {
SP_ATTR_GRIDORIGINY,
SP_ATTR_GRIDSPACINGX,
SP_ATTR_GRIDSPACINGY,
- SP_ATTR_GRIDANGLEX,
- SP_ATTR_GRIDANGLEZ,
SP_ATTR_GRIDCOLOR,
SP_ATTR_GRIDOPACITY,
SP_ATTR_GRIDEMPCOLOR,