summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2010-11-06 13:13:10 +0200
committerTor Lillqvist <tml@iki.fi>2010-11-06 13:13:10 +0200
commit6e56d05cbc39c154fdcde929cbd7655a16a74c59 (patch)
tree1141f3dfdb3f0dcd663996c9d6f19d9b7d085f1f /gdk
parentc08e7f01fec4e95e4f7c146fa33421c04592920c (diff)
downloadgtk+-6e56d05cbc39c154fdcde929cbd7655a16a74c59.tar.gz
Drop unused static function
Diffstat (limited to 'gdk')
-rw-r--r--gdk/win32/gdkcursor-win32.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdk/win32/gdkcursor-win32.c b/gdk/win32/gdkcursor-win32.c
index 6c10945f99..3053b917c0 100644
--- a/gdk/win32/gdkcursor-win32.c
+++ b/gdk/win32/gdkcursor-win32.c
@@ -170,14 +170,6 @@ gdk_cursor_new_for_display (GdkDisplay *display,
return cursor_new_from_hcursor (hcursor, cursor_type);
}
-static gboolean
-color_is_white (const GdkColor *color)
-{
- return (color->red == 0xFFFF
- && color->green == 0xFFFF
- && color->blue == 0xFFFF);
-}
-
/* FIXME: The named cursors below are presumably not really useful, as
* the names are Win32-specific. No GTK+ application developed on Unix
* (and most cross-platform GTK+ apps are developed on Unix) is going