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

@ -23,8 +23,6 @@
#include "gtkstyleprovider.h"
#include "gtkintl.h"
#include "gtkalias.h"
static void gtk_style_provider_iface_init (gpointer g_iface);
GType
@ -99,6 +97,3 @@ gtk_style_provider_get_icon_factory (GtkStyleProvider *provider,
return iface->get_icon_factory (provider, path);
}
#define __GTK_STYLE_PROVIDER_C__
#include "gtkaliasdef.c"