]> git.sesse.net Git - vlc/blobdiff - bin/vlc.c
Remove left over
[vlc] / bin / vlc.c
index 2ede9433e4b67ff029654d1266ec13cec7cb9369..9b094cb48eb35e2f61bdca402d39e9e9839f993c 100644 (file)
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -80,10 +80,6 @@ int main( int i_argc, const char *ppsz_argv[] )
 #   endif
 #endif
 
-#if defined (HAVE_GETEUID) && !defined (SYS_BEOS)
-    /* FIXME: rootwrap (); */
-#endif
-
     /* Synchronously intercepted POSIX signals.
      *
      * In a threaded program such as VLC, the only sane way to handle signals