]> git.sesse.net Git - vlc/commitdiff
* removed unneeded ifdef, which broke the compilation on Darwin 8.x
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 4 Aug 2005 10:04:35 +0000 (10:04 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 4 Aug 2005 10:04:35 +0000 (10:04 +0000)
modules/gui/wxwidgets/wxwidgets.cpp

index 2103dd532a078b2cb0367ed85da888b1c8f5376a..b904eb0b822d9b1d1d10e9725916cc52aee4af51 100644 (file)
@@ -47,10 +47,6 @@ extern int wxEntry( HINSTANCE hInstance, HINSTANCE hPrevInstance = NULL,
 #endif
 #endif
 
-#ifdef SYS_DARWIN
-int wxEntry( int argc, char *argv[] , bool enterLoop = TRUE );
-#endif
-
 /*****************************************************************************
  * Local prototypes.
  *****************************************************************************/