Remove strlutil

This commit is contained in:
Berke Viktor
2013-04-03 16:48:03 +02:00
parent faf4575e9a
commit 0534b54e51
6 changed files with 1 additions and 118 deletions

View File

@@ -33,7 +33,6 @@
#ifndef HEXCHAT_UTIL_H
#define HEXCHAT_UTIL_H
#include "strlutil.h"
#define rfc_tolower(c) (rfc_tolowertab[(unsigned char)(c)])
extern const unsigned char rfc_tolowertab[];