summaryrefslogtreecommitdiffstats
path: root/src/sp-cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-cursor.h')
-rw-r--r--src/sp-cursor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp-cursor.h b/src/sp-cursor.h
index 8c23d4632..f445127ad 100644
--- a/src/sp-cursor.h
+++ b/src/sp-cursor.h
@@ -3,7 +3,6 @@
#include <gdk/gdk.h>
-void sp_cursor_bitmap_and_mask_from_xpm(GdkBitmap **bitmap, GdkBitmap **mask, gchar const *const *xpm);
GdkPixbuf* sp_cursor_pixbuf_from_xpm(gchar const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke);
GdkCursor *sp_cursor_new_from_xpm(gchar const *const *xpm, gint hot_x, gint hot_y);