summaryrefslogtreecommitdiff
path: root/gdk/gdkapplaunchcontext.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-09 22:01:00 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-11-09 22:01:00 -0500
commitb3e13bd0a831c76b40ea470043e4d0da11229c0f (patch)
treefa676faa1001f00f40ac776838490bb2663940d3 /gdk/gdkapplaunchcontext.h
parentb6ae763e2553d31cb6bd2420c6e1eb2c4ffe8dfa (diff)
downloadgtk+-b3e13bd0a831c76b40ea470043e4d0da11229c0f.tar.gz
Drop use of GDK_DISABLE_DEPRECATED guards in gdk
We now use function attributes for deprecation so the build-breaking guards are no longer needed.
Diffstat (limited to 'gdk/gdkapplaunchcontext.h')
-rw-r--r--gdk/gdkapplaunchcontext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkapplaunchcontext.h b/gdk/gdkapplaunchcontext.h
index d3a84913b6..3e4dc16ac9 100644
--- a/gdk/gdkapplaunchcontext.h
+++ b/gdk/gdkapplaunchcontext.h
@@ -40,13 +40,11 @@ G_BEGIN_DECLS
GType gdk_app_launch_context_get_type (void);
-#ifndef GDK_DISABLE_DEPRECATED
GDK_DEPRECATED_FOR(gdk_display_get_app_launch_context)
GdkAppLaunchContext *gdk_app_launch_context_new (void);
GDK_DEPRECATED_FOR(gdk_display_get_app_launch_context)
void gdk_app_launch_context_set_display (GdkAppLaunchContext *context,
GdkDisplay *display);
-#endif
void gdk_app_launch_context_set_screen (GdkAppLaunchContext *context,
GdkScreen *screen);
void gdk_app_launch_context_set_desktop (GdkAppLaunchContext *context,