From 9e69eef83f511df18ca726085047e7cc4c41df31 Mon Sep 17 00:00:00 2001 From: Josh Andler Date: Thu, 19 Oct 2006 19:03:27 +0000 Subject: remove color cursors (bzr r1811) --- src/arc-context.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/arc-context.cpp') diff --git a/src/arc-context.cpp b/src/arc-context.cpp index 7fb4b8fe4..c0f8dd75c 100644 --- a/src/arc-context.cpp +++ b/src/arc-context.cpp @@ -31,7 +31,6 @@ #include "desktop-handles.h" #include "snap.h" #include "pixmaps/cursor-ellipse.xpm" -#include "pixmaps/cursor-ellipse.pixbuf" #include "sp-metrics.h" #include "xml/repr.h" #include "xml/node-event-vector.h" @@ -97,11 +96,6 @@ static void sp_arc_context_init(SPArcContext *arc_context) SPEventContext *event_context = SP_EVENT_CONTEXT(arc_context); event_context->cursor_shape = cursor_ellipse_xpm; - event_context->cursor_pixbuf = gdk_pixbuf_new_from_inline( - -1, - cursor_ellipse_pixbuf, - FALSE, - NULL); event_context->hot_x = 4; event_context->hot_y = 4; event_context->xp = 0; -- cgit v1.2.3