summaryrefslogtreecommitdiff
path: root/gio/gicon.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-07 19:53:22 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-07 19:53:22 -0400
commit5b946e0504952a472cea1ef95df0967e8a4a7b47 (patch)
tree59eb76201f1083274b0215cc141803f31c41ad3c /gio/gicon.c
parent0fc50fa5f7424d21ff43a79838fe76ff73ad869b (diff)
downloadglib-5b946e0504952a472cea1ef95df0967e8a4a7b47.tar.gz
gio/: fully remove gioalias hacks
Diffstat (limited to 'gio/gicon.c')
-rw-r--r--gio/gicon.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gio/gicon.c b/gio/gicon.c
index 5c0083e52..d821f27e8 100644
--- a/gio/gicon.c
+++ b/gio/gicon.c
@@ -33,7 +33,6 @@
#include "glibintl.h"
-#include "gioalias.h"
/* There versioning of this is implicit, version 1 would be ".1 " */
#define G_ICON_SERIALIZATION_MAGIC0 ". "
@@ -450,7 +449,3 @@ g_icon_new_for_string (const gchar *str,
return icon;
}
-
-
-#define __G_ICON_C__
-#include "gioaliasdef.c"