[vlc-commits] macosx vout: remove now unused method

David Fuhrmann git at videolan.org
Fri Apr 20 13:40:19 CEST 2012


vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri Apr 20 12:41:01 2012 +0200| [31ef23429737248770d0a4756118291923188698] | committer: Felix Paul Kühne

macosx vout: remove now unused method
(cherry picked from commit 6999ff1d9b4d9e858b81dc1761bd1bf816143438)

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=31ef23429737248770d0a4756118291923188698
---

 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 1047b11..c4e54ad 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -618,11 +618,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