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/gradient-context.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gradient-context.cpp') diff --git a/src/gradient-context.cpp b/src/gradient-context.cpp index 05080b3e0..f97bd93c8 100644 --- a/src/gradient-context.cpp +++ b/src/gradient-context.cpp @@ -26,7 +26,6 @@ #include "message-context.h" #include "message-stack.h" #include "pixmaps/cursor-gradient.xpm" -#include "pixmaps/cursor-gradient.pixbuf" #include "gradient-context.h" #include #include "prefs-utils.h" @@ -85,11 +84,6 @@ static void sp_gradient_context_init(SPGradientContext *gr_context) SPEventContext *event_context = SP_EVENT_CONTEXT(gr_context); event_context->cursor_shape = cursor_gradient_xpm; - event_context->cursor_pixbuf = gdk_pixbuf_new_from_inline( - -1, - cursor_gradient_pixbuf, - FALSE, - NULL); event_context->hot_x = 4; event_context->hot_y = 4; event_context->xp = 0; -- cgit v1.2.3