]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/BeOS.cpp
beos/* : New Preferences window that lets you configure everything.
[vlc] / modules / gui / beos / BeOS.cpp
index a9c514b7fddfb6742bdb78f47d9edd9b97523890..26817a5566604de8f047525a49f7bb7b79a8a0d0 100644 (file)
@@ -2,7 +2,7 @@
  * beos.cpp : BeOS plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: BeOS.cpp,v 1.8 2003/03/30 18:14:37 gbazin Exp $
+ * $Id: BeOS.cpp,v 1.9 2003/05/03 13:37:21 titer Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -51,28 +51,6 @@ vlc_module_begin();
     add_submodule();
         set_capability( "interface", 100 );
         set_callbacks( E_(OpenIntf), E_(CloseIntf) );
-        add_integer( "beos-intf-width", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-intf-height", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-intf-xpos", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-intf-ypos", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-playlist-width", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-playlist-height", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-playlist-xpos", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-playlist-ypos", 0, NULL, "", "", VLC_TRUE );
-        add_bool( "beos-playlist-show", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-messages-width", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-messages-height", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-messages-xpos", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-messages-ypos", 0, NULL, "", "", VLC_TRUE );
-        add_bool( "beos-messages-show", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-settings-width", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-settings-height", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-settings-xpos", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-settings-ypos", 0, NULL, "", "", VLC_TRUE );
-        add_bool( "beos-settings-show", 0, NULL, "", "", VLC_TRUE );
-        add_integer( "beos-screenshot-format", 0, NULL, "", "", VLC_TRUE );
-        add_string( "beos-screenshot-path", 0, NULL, "", "", VLC_TRUE );
-        add_bool( "beos-use-dvd-menus", 0, NULL, "", "", VLC_TRUE );
     add_submodule();                                     
         set_capability( "video output", 100 );
         set_callbacks( E_(OpenVideo), E_(CloseVideo) );