]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/cursor.cpp
Merge commit '9d6e27e4e37e7406e8691594fb0b74aab89e954b' into garux-merge
[xonotic/netradiant.git] / libs / gtkutil / cursor.cpp
index 999621f12ecdb4f633076aace99cd2579bbee9be..70a0856b68ea9af66e3fbdcbf287825bce8b677e 100644 (file)
@@ -27,7 +27,7 @@
 #include <gdk/gdk.h>
 #include <gtk/gtk.h>
 
-
+#if 0
 GdkCursor* create_blank_cursor(){
        return gdk_cursor_new(GDK_BLANK_CURSOR);
 }
@@ -41,6 +41,7 @@ void blank_cursor( ui::Widget widget ){
 void default_cursor( ui::Widget widget ){
        gdk_window_set_cursor( gtk_widget_get_window(widget), 0 );
 }
+#endif
 
 
 void Sys_GetCursorPos( ui::Window window, int *x, int *y ){