[vlc-devel] commit: XCB/window: remove duplicate setting (already in XCB/x11) ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Nov 29 21:44:47 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov 29 22:07:56 2009 +0200| [b8b12143dc4607dc748f374454b0248c79472916] | committer: Rémi Denis-Courmont 

XCB/window: remove duplicate setting (already in XCB/x11)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8b12143dc4607dc748f374454b0248c79472916
---

 modules/video_output/xcb/window.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/modules/video_output/xcb/window.c b/modules/video_output/xcb/window.c
index 2f48e1e..d28353f 100644
--- a/modules/video_output/xcb/window.c
+++ b/modules/video_output/xcb/window.c
@@ -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")




More information about the vlc-devel mailing list