diff --git a/Source/NSPrintPanel.m b/Source/NSPrintPanel.m index 3167373d2..d3b969b4a 100644 --- a/Source/NSPrintPanel.m +++ b/Source/NSPrintPanel.m @@ -269,7 +269,6 @@ static NSPrintPanel *shared_instance; } else if (tag == NSPPOptionOKButton) { - NSLog(@"order out options"); /* Do nothing. Just stops model on the options panel */ } else diff --git a/Source/NSTextView.m b/Source/NSTextView.m index 152b7600b..997253032 100644 --- a/Source/NSTextView.m +++ b/Source/NSTextView.m @@ -67,7 +67,7 @@ #include /* From NSView.m */ -self NSView *viewIsPrinting; +NSView *viewIsPrinting; static const int currentVersion = 2;