gtk/: fully remove gtkalias hacks

https://bugzilla.gnome.org/show_bug.cgi?id=623845
This commit is contained in:
Javier Jardón
2010-07-09 19:22:23 +02:00
parent 404e7d0e00
commit 0a07e9733b
245 changed files with 69 additions and 1145 deletions

View File

@ -27,7 +27,6 @@
#include "gtktypebuiltins.h"
#include "gtkfilechooserembed.h"
#include "gtkintl.h"
#include "gtkalias.h"
#define GTK_FILE_CHOOSER_WIDGET_GET_PRIVATE(o) (GTK_FILE_CHOOSER_WIDGET (o)->priv)
@ -162,6 +161,3 @@ gtk_file_chooser_widget_new (GtkFileChooserAction action)
"action", action,
NULL);
}
#define __GTK_FILE_CHOOSER_WIDGET_C__
#include "gtkaliasdef.c"