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/dropper-context.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/dropper-context.cpp') diff --git a/src/dropper-context.cpp b/src/dropper-context.cpp index 65cc56964..6049c5d36 100644 --- a/src/dropper-context.cpp +++ b/src/dropper-context.cpp @@ -39,7 +39,6 @@ #include "document.h" #include "pixmaps/cursor-dropper.xpm" -#include "pixmaps/cursor-dropper.pixbuf" #include "dropper-context.h" #include "message-context.h" @@ -100,11 +99,6 @@ static void sp_dropper_context_init(SPDropperContext *dc) { SPEventContext *event_context = SP_EVENT_CONTEXT(dc); event_context->cursor_shape = cursor_dropper_xpm; - event_context->cursor_pixbuf = gdk_pixbuf_new_from_inline( - -1, - cursor_dropper_pixbuf, - FALSE, - NULL); event_context->hot_x = 7; event_context->hot_y = 7; } -- cgit v1.2.3