Removed unnecessary Menu items

This commit is contained in:
Jeena 2014-01-22 01:00:05 +01:00
parent 40c15decb6
commit 2c3e822023
2 changed files with 287 additions and 213 deletions

View file

@ -32,7 +32,6 @@
{
[super windowControllerDidLoadNib:aController];
[self.textView setFont:[NSFont userFixedPitchFontOfSize:[[NSUserDefaults standardUserDefaults] integerForKey:@"fontSize"]]];
// Add any code here that needs to be executed once the windowController has loaded the document's window.
}
+ (BOOL)autosavesInPlace