diff options
| author | Josh Andler <scislac@gmail.com> | 2006-10-19 19:03:27 +0000 |
|---|---|---|
| committer | scislac <scislac@users.sourceforge.net> | 2006-10-19 19:03:27 +0000 |
| commit | 9e69eef83f511df18ca726085047e7cc4c41df31 (patch) | |
| tree | d092280e1ef9b3d3599a343852da0617e70faf4a /src/spiral-context.cpp | |
| parent | Turning on (diff) | |
| download | inkscape-9e69eef83f511df18ca726085047e7cc4c41df31.tar.gz inkscape-9e69eef83f511df18ca726085047e7cc4c41df31.zip | |
remove color cursors
(bzr r1811)
Diffstat (limited to 'src/spiral-context.cpp')
| -rw-r--r-- | src/spiral-context.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp index 5ef0267c7..6ce05dbd9 100644 --- a/src/spiral-context.cpp +++ b/src/spiral-context.cpp @@ -31,7 +31,6 @@ #include "desktop-style.h" #include "message-context.h" #include "pixmaps/cursor-spiral.xpm" -#include "pixmaps/cursor-spiral.pixbuf" #include "spiral-context.h" #include "sp-metrics.h" #include <glibmm/i18n.h> @@ -95,11 +94,6 @@ sp_spiral_context_init(SPSpiralContext *spiral_context) SPEventContext *event_context = SP_EVENT_CONTEXT(spiral_context); event_context->cursor_shape = cursor_spiral_xpm; - event_context->cursor_pixbuf = gdk_pixbuf_new_from_inline( - -1, - cursor_spiral_pixbuf, - FALSE, - NULL); event_context->hot_x = 4; event_context->hot_y = 4; event_context->xp = 0; |
