[vlc-commits] macosx: remove dead code and rename vout.* to VideoView.*

Felix Paul Kühne git at videolan.org
Sun Sep 4 19:37:40 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Sep  4 18:42:52 2011 +0200| [af5969aedfcd6c580f84f4caf48fe863ddd72982] | committer: Felix Paul Kühne

macosx: remove dead code and rename vout.* to VideoView.*

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

 Makefile.am                                        |   14 +-
 .../package/macosx/vlc.xcodeproj/project.pbxproj   |   14 +-
 modules/gui/macosx/MainMenu.m                      |    2 +-
 modules/gui/macosx/Modules.am                      |    7 +-
 modules/gui/macosx/{vout.h => VideoView.h}         |    2 +-
 modules/gui/macosx/{vout.m => VideoView.m}         |    4 +-
 modules/gui/macosx/controls.m                      |    2 +-
 modules/gui/macosx/embeddedwindow.h                |  167 ----
 modules/gui/macosx/embeddedwindow.m                | 1012 --------------------
 modules/gui/macosx/intf.m                          |    3 +-
 modules/gui/macosx/voutgl.m                        |  419 --------
 11 files changed, 14 insertions(+), 1632 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=af5969aedfcd6c580f84f4caf48fe863ddd72982


More information about the vlc-commits mailing list