diff options
author | Benjamin Otte <otte@redhat.com> | 2010-08-24 17:13:05 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-26 15:11:11 +0200 |
commit | d7335837e0bb35c41c157b371e0c230169a961ed (patch) | |
tree | 00f3aee21f48925d4e980f14a2b47dc95af499e7 /gdk/gdk.symbols | |
parent | 039e0c273abe43aded4fa2f495e68001afa5f241 (diff) | |
download | gtk+-d7335837e0bb35c41c157b371e0c230169a961ed.tar.gz |
gdk: Remove gdk_window_redirect_to_drawable()
Also remove the reverse gdk_window_remove_redirection().
The code was only used by the snapshotting code, and that code is dead
now.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index 946304c729..7a9e959774 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -647,9 +647,7 @@ gdk_window_object_get_type G_GNUC_CONST gdk_window_peek_children gdk_window_process_all_updates gdk_window_process_updates -gdk_window_redirect_to_drawable gdk_window_remove_filter -gdk_window_remove_redirection gdk_window_set_debug_updates gdk_window_set_user_data gdk_window_thaw_toplevel_updates_libgtk_only |