summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-12-05 14:32:59 +0100
committerBenjamin Otte <otte@redhat.com>2010-12-06 01:02:19 +0100
commit84fd9b166c6088d0bed62dfe7da3ba21f963a328 (patch)
treeb0690b41731ff7ca3d7c9d02c6973654da800563 /gdk/gdkinternals.h
parentb36cb87df95f9e89fec35db794b008082303480e (diff)
downloadgtk+-84fd9b166c6088d0bed62dfe7da3ba21f963a328.tar.gz
gdk: Remove nonexisting function from internal header
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index a0063cdc97..b5f5a57fa3 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -385,10 +385,6 @@ void _gdk_windowing_window_process_updates_recurse (GdkWindow *window,
void _gdk_windowing_before_process_all_updates (void);
void _gdk_windowing_after_process_all_updates (void);
-/* Return the number of bits-per-pixel for images of the specified depth. */
-gint _gdk_windowing_get_bits_for_depth (GdkDisplay *display,
- gint depth);
-
#define GDK_WINDOW_IS_MAPPED(window) (((window)->state & GDK_WINDOW_STATE_WITHDRAWN) == 0)