From 73383ea2f84fe9dc6686e13b2faae7f137de7896 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 27 May 2002 06:02:01 +0000 Subject: Removed nonFuncChar as no longer used. --- include/PropSet.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/PropSet.h b/include/PropSet.h index 259634981..59588c62e 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -76,10 +76,6 @@ public: bool ignoreCase=false, char otherSeparator='\0'); }; -inline bool nonFuncChar(char ch) { - return strchr("\t\n\r !\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~", ch) != NULL; -} - inline bool IsAlphabetic(unsigned int ch) { return ((ch >= 'A') && (ch <= 'Z')) || ((ch >= 'a') && (ch <= 'z')); } -- cgit v1.2.3