[vlc-commits] macosx vout: remove now unused method
David Fuhrmann
git at videolan.org
Fri Apr 20 12:41:30 CEST 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri Apr 20 12:41:01 2012 +0200| [6999ff1d9b4d9e858b81dc1761bd1bf816143438] | committer: David Fuhrmann
macosx vout: remove now unused method
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6999ff1d9b4d9e858b81dc1761bd1bf816143438
---
modules/video_output/macosx.m | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index de8001d..1ea45f0 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -604,11 +604,6 @@ static void OpenglSwap(vlc_gl_t *gl)
glClear(GL_COLOR_BUFFER_BIT);
}
-- (void)reshapeView:(id)sender
-{
- [self reshape];
-}
-
/**
* Method called by Cocoa when the view is resized.
*/
More information about the vlc-commits
mailing list