[vlc-commits] macosx: fix compilation warning

Felix Paul Kühne git at videolan.org
Tue Jun 14 01:20:00 CEST 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jun 14 01:19:19 2016 +0200| [c2dad12a907bab370d810fd1f0c4feac4fc22686] | committer: Felix Paul Kühne

macosx: fix compilation warning

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

 modules/gui/macosx/intf.m |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 4ee2f67..e95d6a7 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -153,10 +153,8 @@ static int ShowController(vlc_object_t *p_this, const char *psz_variable,
 
 @interface VLCMain () <BWQuincyManagerDelegate
 #ifdef HAVE_SPARKLE
-#ifdef SUUpdaterDelegate
     , SUUpdaterDelegate
 #endif
-#endif
 >
 {
     intf_thread_t *p_intf;



More information about the vlc-commits mailing list