xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Fri Apr 3 15:35:04 PDT 2009


 os/utils.c |    9 ---------
 1 file changed, 9 deletions(-)

New commits:
commit cbb165ab88cb0810268001e84d87671440baf837
Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Apr 3 18:34:45 2009 -0400

    os: Remove the useless -x option

diff --git a/os/utils.c b/os/utils.c
index d05c437..66957d5 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -534,7 +534,6 @@ void UseMsg(void)
     ErrorF("-v                     screen-saver without video blanking\n");
     ErrorF("-wm                    WhenMapped default backing-store\n");
     ErrorF("-wr                    create root window with white background\n");
-    ErrorF("-x string              loads named extension at init time \n");
     ErrorF("-maxbigreqsize         set maximal bigrequest size \n");
 #ifdef PANORAMIX
     ErrorF("+xinerama              Enable XINERAMA extension\n");
@@ -883,14 +882,6 @@ ProcessCommandLine(int argc, char *argv[])
 	    PanoramiXExtensionDisabledHack = TRUE;
 	}
 #endif
-	else if ( strcmp( argv[i], "-x") == 0)
-	{
-	    if(++i >= argc)
-		UseMsg();
-	    /* For U**x, which doesn't support dynamic loading, there's nothing
-	     * to do when we see a -x.  Either the extension is linked in or
-	     * it isn't */
-	}
 	else if ( strcmp( argv[i], "-I") == 0)
 	{
 	    /* ignore all remaining arguments */


More information about the xorg-commit mailing list