summaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/globals.h b/include/globals.h
index d30f18ede..4a5c1e1e4 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -31,6 +31,4 @@ typedef std::pair< std::string, std::string > KeyVal;
typedef std::vector< KeyVal > KeyValList;
typedef std::multimap< std::string, KeyValList > ConfigDataHash;
-int isnick(const char *n);
-
#endif