summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-07-09 19:22:23 +0200
committerJavier Jardón <jjardon@gnome.org>2010-07-10 02:51:26 +0200
commit0a07e9733bb259598a09515a3e4cdbcda5feef57 (patch)
treebee311d43223a52378054d1dd6e90c68dcb66b74 /gtk/gtkcelllayout.c
parent404e7d0e0013355549578db5c3981943f536c2b9 (diff)
downloadgtk+-0a07e9733bb259598a09515a3e4cdbcda5feef57.tar.gz
gtk/: fully remove gtkalias hacks
https://bugzilla.gnome.org/show_bug.cgi?id=623845
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r--gtk/gtkcelllayout.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c
index 2fa3c2d320..985457be85 100644
--- a/gtk/gtkcelllayout.c
+++ b/gtk/gtkcelllayout.c
@@ -23,7 +23,7 @@
#include <errno.h>
#include "gtkcelllayout.h"
#include "gtkintl.h"
-#include "gtkalias.h"
+
GType
gtk_cell_layout_get_type (void)
@@ -442,6 +442,3 @@ _gtk_cell_layout_buildable_add_child (GtkBuildable *buildable,
g_return_if_fail (iface->pack_start != NULL);
iface->pack_start (GTK_CELL_LAYOUT (buildable), GTK_CELL_RENDERER (child), FALSE);
}
-
-#define __GTK_CELL_LAYOUT_C__
-#include "gtkaliasdef.c"