summaryrefslogtreecommitdiffstats
path: root/src/event-context.h
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2006-10-19 19:03:27 +0000
committerscislac <scislac@users.sourceforge.net>2006-10-19 19:03:27 +0000
commit9e69eef83f511df18ca726085047e7cc4c41df31 (patch)
treed092280e1ef9b3d3599a343852da0617e70faf4a /src/event-context.h
parentTurning on (diff)
downloadinkscape-9e69eef83f511df18ca726085047e7cc4c41df31.tar.gz
inkscape-9e69eef83f511df18ca726085047e7cc4c41df31.zip
remove color cursors
(bzr r1811)
Diffstat (limited to 'src/event-context.h')
-rw-r--r--src/event-context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event-context.h b/src/event-context.h
index 400fde5e3..ae7ec61da 100644
--- a/src/event-context.h
+++ b/src/event-context.h
@@ -20,7 +20,6 @@
#include <glib-object.h>
#include <gdk/gdktypes.h>
#include <gdk/gdkevents.h>
-#include <gdk/gdkpixbuf.h>
struct GrDrag;
struct SPDesktop;
@@ -52,7 +51,6 @@ struct SPEventContext : public GObject {
SPDesktop *desktop;
Inkscape::XML::Node *prefs_repr;
gchar **cursor_shape;
- GdkPixbuf *cursor_pixbuf;
gint hot_x, hot_y;
GdkCursor *cursor;