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/connector-context.cpp | |
| parent | Turning on (diff) | |
| download | inkscape-9e69eef83f511df18ca726085047e7cc4c41df31.tar.gz inkscape-9e69eef83f511df18ca726085047e7cc4c41df31.zip | |
remove color cursors
(bzr r1811)
Diffstat (limited to 'src/connector-context.cpp')
| -rw-r--r-- | src/connector-context.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp index e38f8a627..9de045837 100644 --- a/src/connector-context.cpp +++ b/src/connector-context.cpp @@ -45,7 +45,6 @@ #include "connector-context.h" #include "pixmaps/cursor-connector.xpm" -#include "pixmaps/cursor-connector.pixbuf" #include "xml/node-event-vector.h" #include "xml/repr.h" #include "svg/svg.h" @@ -181,11 +180,6 @@ sp_connector_context_init(SPConnectorContext *cc) SPEventContext *ec = SP_EVENT_CONTEXT(cc); ec->cursor_shape = cursor_connector_xpm; - ec->cursor_pixbuf = gdk_pixbuf_new_from_inline( - -1, - cursor_connector_pixbuf, - FALSE, - NULL); ec->hot_x = 1; ec->hot_y = 1; ec->xp = 0; |
