Remove gtkalias from style context code.

This commit is contained in:
Carlos Garnacho
2010-08-20 13:56:30 +02:00
parent 9dfba95f09
commit c9d626523d
8 changed files with 0 additions and 34 deletions

View File

@ -26,8 +26,6 @@
#include <gtk/gtkstylecontext.h>
#include <gtk/gtkintl.h>
#include "gtkalias.h"
typedef struct GtkThemingEnginePrivate GtkThemingEnginePrivate;
enum {
@ -1919,6 +1917,3 @@ gtk_theming_engine_render_handle (GtkThemingEngine *engine,
gdk_color_free (bg_color);
}
#define __GTK_THEMING_ENGINE_C__
#include "gtkaliasdef.c"