We don't need it.

Signed-off-by: Tiago Vignatti <[email protected]>
---
 os/utils.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/os/utils.c b/os/utils.c
index 3a8e9cf..e9280bb 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -478,7 +478,6 @@ void UseMsg(void)
     ErrorF("-fn string             default font name\n");
     ErrorF("-fp string             default font path\n");
     ErrorF("-help                  prints message with these options\n");
-    ErrorF("-I                     ignore all remaining arguments\n");
 #ifdef RLIMIT_DATA
     ErrorF("-ld int                limit data space to N Kb\n");
 #endif
@@ -850,11 +849,6 @@ ProcessCommandLine(int argc, char *argv[])
            noPanoramiXExtension = FALSE;
        }
 #endif
-       else if ( strcmp( argv[i], "-I") == 0)
-       {
-           /* ignore all remaining arguments */
-           break;
-       }
        else if (strncmp (argv[i], "tty", 3) == 0)
        {
             /* init supplies us with this useless information */
-- 
1.7.0.4

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to