diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-07-09 02:34:45 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-07-10 02:21:31 +0200 |
commit | 404e7d0e0013355549578db5c3981943f536c2b9 (patch) | |
tree | 4e1bbf577c4ef5010835661fd83e8f1af76a2cb9 /gdk/gdkapplaunchcontext.c | |
parent | 7cabad6b77df866b59b8b98b8c8efaa6e89fd590 (diff) | |
download | gtk+-404e7d0e0013355549578db5c3981943f536c2b9.tar.gz |
gdk/: fully remove gdkalias hacks
https://bugzilla.gnome.org/show_bug.cgi?id=623845
Diffstat (limited to 'gdk/gdkapplaunchcontext.c')
-rw-r--r-- | gdk/gdkapplaunchcontext.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/gdkapplaunchcontext.c b/gdk/gdkapplaunchcontext.c index 1653e97527..aa37ca7fc6 100644 --- a/gdk/gdkapplaunchcontext.c +++ b/gdk/gdkapplaunchcontext.c @@ -26,7 +26,6 @@ #include "gdkinternals.h" #include "gdkscreen.h" #include "gdkintl.h" -#include "gdkalias.h" static void gdk_app_launch_context_finalize (GObject *object); @@ -287,6 +286,3 @@ gdk_app_launch_context_new (void) { return g_object_new (GDK_TYPE_APP_LAUNCH_CONTEXT, NULL); } - -#define __GDK_APP_LAUNCH_CONTEXT_C__ -#include "gdkaliasdef.c" |