]> git.sesse.net Git - vlc/blobdiff - include/vlc/vlc.h
Fix the activation or not of advanced buttons in fullscreen controller
[vlc] / include / vlc / vlc.h
index 09707063248f6165e4303c850df1244e17300536..cb020164868ef7ca6f8f75fbdd8967402d98940a 100644 (file)
@@ -32,7 +32,6 @@
 extern "C" {
 # endif
 
-#include <vlc/common.h>
 #include <vlc/libvlc_structures.h>
 #include <vlc/libvlc_events.h>
 #include <vlc/libvlc.h>
@@ -44,10 +43,4 @@ extern "C" {
 }
 # endif
 
-#define LICENSE_MSG \
-  _("This program comes with NO WARRANTY, to the extent permitted by " \
-    "law.\nYou may redistribute it under the terms of the GNU General " \
-    "Public License;\nsee the file named COPYING for details.\n" \
-    "Written by the VideoLAN team; see the AUTHORS file.\n")
-
 #endif /* _VLC_VLC_H */