[vlc-commits] macosx: removed references to no longer existing equalizer files

Felix Paul Kühne git at videolan.org
Tue Jul 19 18:36:00 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jul 19 18:35:55 2011 +0200| [e786d7681a950ff6f025dd63d8dc1b78f09b9378] | committer: Felix Paul Kühne

macosx: removed references to no longer existing equalizer files

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

 Makefile.am                                        |    4 ----
 .../package/macosx/vlc.xcodeproj/project.pbxproj   |    4 ----
 po/POTFILES.in                                     |    2 --
 3 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ad76287..579c0f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -463,8 +463,6 @@ VLC-release.app: vlc
 	    applescript.m \
 	    controls.h \
 	    controls.m \
-	    equalizer.h \
-	    equalizer.m \
 	    intf.h \
 	    intf.m \
 	    macosx.m \
@@ -599,8 +597,6 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
 	    applescript.m \
 	    controls.h \
 	    controls.m \
-	    equalizer.h \
-	    equalizer.m \
 	    intf.h \
 	    intf.m \
 	    macosx.m \
diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
index ba9eae9..1fde1f7 100644
--- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
@@ -220,8 +220,6 @@
 		089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
 		089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
 		1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
-		2A16E03F06C4F08700C87B09 /* equalizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = equalizer.h; path = ../../../modules/gui/macosx/equalizer.h; sourceTree = SOURCE_ROOT; };
-		2A16E04006C4F08700C87B09 /* equalizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = equalizer.m; path = ../../../modules/gui/macosx/equalizer.m; sourceTree = SOURCE_ROOT; };
 		2AEF857609A5FEC900130822 /* fspanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fspanel.h; path = ../../../modules/gui/macosx/fspanel.h; sourceTree = SOURCE_ROOT; };
 		2AEF857709A5FEC900130822 /* fspanel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = fspanel.m; path = ../../../modules/gui/macosx/fspanel.m; sourceTree = SOURCE_ROOT; };
 		8E49720006417F6800370C9F /* playlistinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = playlistinfo.h; path = ../../../modules/gui/macosx/playlistinfo.h; sourceTree = SOURCE_ROOT; };
@@ -596,8 +594,6 @@
 				8E49720106417F6800370C9F /* playlistinfo.m */,
 				8E55FB7F0459B0FD00FB3317 /* output.h */,
 				8E55FB800459B0FD00FB3317 /* output.m */,
-				2A16E03F06C4F08700C87B09 /* equalizer.h */,
-				2A16E04006C4F08700C87B09 /* equalizer.m */,
 				8ED6C28703E2EB1C0059A3A7 /* vout.h */,
 				8ED6C28803E2EB1C0059A3A7 /* vout.m */,
 				8E9CA1A506D7DEE800B7186C /* voutgl.m */,
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4d900b7..8f6cbeb 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -517,8 +517,6 @@ modules/gui/macosx/coredialogs.m
 modules/gui/macosx/CoreInteraction.m
 modules/gui/macosx/embeddedwindow.h
 modules/gui/macosx/embeddedwindow.m
-modules/gui/macosx/equalizer.h
-modules/gui/macosx/equalizer.m
 modules/gui/macosx/eyetv.h
 modules/gui/macosx/eyetv.m
 modules/gui/macosx/fspanel.h



More information about the vlc-commits mailing list