summaryrefslogtreecommitdiff
path: root/MLKReadtable.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKReadtable.m')
-rw-r--r--MLKReadtable.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/MLKReadtable.m b/MLKReadtable.m
index 41d6a9c..c1a1ff5 100644
--- a/MLKReadtable.m
+++ b/MLKReadtable.m
@@ -91,11 +91,6 @@
isEqual:[NSNumber numberWithShort:CONSTITUENT]]);
}
--(BOOL) isInvalidCharacter:(unichar)ch;
-{
- return ([_syntaxTable objectForKey:[NSNumber numberWithLong:ch]] == nil);
-}
-
-(BOOL) characterHasCase:(unichar)ch
{
return (![[[NSString stringWithFormat:@"%C", ch] uppercaseString]