glib/: fully remove galias hacks

This commit is contained in:
Ryan Lortie
2010-07-07 19:34:03 -04:00
parent c243905c95
commit 2e53e50244
82 changed files with 6 additions and 508 deletions

View File

@@ -44,7 +44,6 @@
#include <fcntl.h>
#include "glib.h"
#include "galias.h"
/*
* Unix IO Channels
@@ -640,6 +639,3 @@ g_io_channel_unix_get_fd (GIOChannel *channel)
GIOUnixChannel *unix_channel = (GIOUnixChannel *)channel;
return unix_channel->fd;
}
#define __G_IO_UNIX_C__
#include "galiasdef.c"