diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-12 05:58:16 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-12 05:58:16 +0200 |
commit | 171dbcdedf0712c3822bf619ea2fc4f329c0aef3 (patch) | |
tree | 0e638a9051aec638378887e309266e8fcacb77d0 /src/common | |
parent | de819e12bf65fea45d0173e499026f3f5baba620 (diff) |
Remove dead GLib code
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/dcc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common/dcc.c b/src/common/dcc.c index 9014296e..4980cabc 100644 --- a/src/common/dcc.c +++ b/src/common/dcc.c @@ -66,15 +66,6 @@ #define BIG_STR_TO_INT(x) strtoul(x,NULL,10) #endif -/* This is practically copy-paste from gstdio.h. - * GStatBuf was added in 2.26. On Win32 we already use that, - * so we only gotta check this on Unix */ -#ifndef WIN32 -#if !GLIB_CHECK_VERSION(2,26,0) -typedef struct stat GStatBuf; -#endif -#endif - static char *dcctypes[] = { "SEND", "RECV", "CHAT", "CHAT" }; struct dccstat_info dccstat[] = { |