diff options
| author | nyamatongwe <unknown> | 2002-05-27 06:02:01 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2002-05-27 06:02:01 +0000 |
| commit | 73383ea2f84fe9dc6686e13b2faae7f137de7896 (patch) | |
| tree | 48c41fc5e9f43282d0e8a11ba1201544ef5819b7 /include/PropSet.h | |
| parent | 6154a9661cb51a0375a94956bf5aa005dea18505 (diff) | |
| download | scintilla-mirror-73383ea2f84fe9dc6686e13b2faae7f137de7896.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')); } |
