X-Git-Url: http://www.entropy.ch/git/LeanCalc.git/blobdiff_plain/3dfd487304453e1e5546a01add449fdc45de3454..ffa749385a50695ec814776fa667d9f1f267b47c:/Sources/AppDelegate.m diff --git a/Sources/AppDelegate.m b/Sources/AppDelegate.m index 644ed3e..2810af2 100644 --- a/Sources/AppDelegate.m +++ b/Sources/AppDelegate.m @@ -43,7 +43,6 @@ - (NSArray *)completionsForPartialWord:(NSString *)partialWord { - NSEnumerator *enumerator = [functionReference objectEnumerator]; NSMutableArray *completions = [NSMutableArray array]; @@ -56,7 +55,6 @@ } return completions; - }