diff options
| author | nyamatongwe <devnull@localhost> | 2002-05-27 06:02:01 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-05-27 06:02:01 +0000 | 
| commit | 560716035aab9a6767aca90f042c251cc67134db (patch) | |
| tree | 48c41fc5e9f43282d0e8a11ba1201544ef5819b7 /include/PropSet.h | |
| parent | 8af8c8dd199a2ede653de1f2baa645e66c1699ac (diff) | |
| download | scintilla-mirror-560716035aab9a6767aca90f042c251cc67134db.tar.gz | |
Removed nonFuncChar as no longer used.
Diffstat (limited to 'include/PropSet.h')
| -rw-r--r-- | include/PropSet.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| 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'));  } | 
