summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
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;