summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-01-07 21:51:23 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-01-07 21:51:23 +0000
commit8fe7ff9d578c6118d3cd2b0f2e3f201c99aabaec (patch)
tree87b954886e124361ecf940831316131d4f2af9fa /src/desktop.h
parentUpdate of Brazilian Portuguese translation (diff)
downloadinkscape-8fe7ff9d578c6118d3cd2b0f2e3f201c99aabaec.tar.gz
inkscape-8fe7ff9d578c6118d3cd2b0f2e3f201c99aabaec.zip
Reverting revision 13615
(bzr r2150)
Diffstat (limited to 'src/desktop.h')
-rw-r--r--src/desktop.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/desktop.h b/src/desktop.h
index 8f2fac1e8..e9e2f638e 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -104,10 +104,8 @@ struct SPDesktop : public Inkscape::UI::View::View
// storage for selected dragger used by GrDrag as it's
// created and deleted by tools
SPItem *gr_item;
- guint gr_point_type;
- guint gr_point_i;
+ guint gr_point_num;
bool gr_fill_or_stroke;
-
Inkscape::ObjectHierarchy *_layer_hierarchy;
gchar * _reconstruction_old_layer_id;