]> git.sesse.net Git - vlc/commitdiff
XCB/window: remove duplicate setting (already in XCB/x11)
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 29 Nov 2009 20:07:56 +0000 (22:07 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 29 Nov 2009 20:07:56 +0000 (22:07 +0200)
modules/video_output/xcb/window.c

index 2f48e1eb23065201e5e8b5f9da4a9b534f58f89f..d28353f9b3539bbc9c02b82db19ca58b4d013b8e 100644 (file)
@@ -40,11 +40,6 @@ typedef xcb_atom_t Atom;
 
 #include "xcb_vlc.h"
 
-#define DISPLAY_TEXT N_("X11 display")
-#define DISPLAY_LONGTEXT N_( \
-    "X11 hardware display to use. By default VLC will " \
-    "use the value of the DISPLAY environment variable.")
-
 #define XID_TEXT N_("ID of the video output X window")
 #define XID_LONGTEXT N_( \
     "VLC can embed its video output in an existing X11 window. " \
@@ -66,8 +61,6 @@ vlc_module_begin ()
     set_capability ("vout window xid", 10)
     set_callbacks (Open, Close)
 
-    add_string ("x11-display", NULL, NULL,
-                DISPLAY_TEXT, DISPLAY_LONGTEXT, true)
     /* Obsolete since 1.1.0: */
     add_obsolete_bool ("x11-altfullscreen")
     add_obsolete_bool ("xvideo-altfullscreen")