summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/AppDelegate.m
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2013-03-23 03:30:19 +0000
committerAlex Merry <dev@randomguy3.me.uk>2013-03-23 03:38:55 +0000
commit8cde489ab6c4169fb03d810447c18eea0d0eaa14 (patch)
treead3fcdc71f1819963198ae8a52fc5f2b2818cd20 /tikzit/src/osx/AppDelegate.m
parente68a44b882e5d6dbbab769f7ef20355ec53a9278 (diff)
Make the parser/lexer reentrant
No more locking! Also, the interface for TikzGraphAssembler is much simpler. Changes to OSX code are completely untested.
Diffstat (limited to 'tikzit/src/osx/AppDelegate.m')
-rw-r--r--tikzit/src/osx/AppDelegate.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/tikzit/src/osx/AppDelegate.m b/tikzit/src/osx/AppDelegate.m
index 87d3ae0..affb95c 100644
--- a/tikzit/src/osx/AppDelegate.m
+++ b/tikzit/src/osx/AppDelegate.m
@@ -22,7 +22,6 @@
//
#import "AppDelegate.h"
-#import "TikzGraphAssembler.h"
#import "TikzDocument.h"
#import "Shape.h"
#import "SupportDir.h"
@@ -36,8 +35,6 @@
}
- (void)awakeFromNib {
- [TikzGraphAssembler setup]; // initialise lex/yacc parser globals
-
[SupportDir createUserSupportDir];
NSString *supportDir = [SupportDir userSupportDir];
//NSLog(stylePlist);