From 1d282b58e4404a18efe7095b4a51da0832749add Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 4 Jul 2013 19:43:04 +0000 Subject: get rid of extra, blank lines on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85818 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m | 3 --- 1 file changed, 3 deletions(-) (limited to 'macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m') diff --git a/macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m b/macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m index 55c27785..92d982c8 100755 --- a/macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m +++ b/macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m @@ -61,7 +61,6 @@ NSRect FitRectInRect(NSRect source, NSRect destination) return newRect; } - @implementation PluginWindowController + (id)openGameView @@ -119,8 +118,6 @@ NSRect FitRectInRect(NSRect source, NSRect destination) [nc addObserver:self selector:@selector(applicationWillBecomeActive:) name:NSApplicationWillBecomeActiveNotification object:NSApp]; [nc addObserver:self selector:@selector(applicationWillTerminate:) name:NSApplicationWillTerminateNotification object:NSApp]; */ - - } - (id)initWithCoder:(NSCoder *)aDecoder { -- cgit v1.2.3