For some reason "-nozap" appeared twice. Weird.

This commit is contained in:
Tiago Vignatti 2007-11-15 01:46:11 -02:00
parent 3dde66f96b
commit 4c9cc82fc4

View File

@ -632,11 +632,6 @@ KdProcessArgument (int argc, char **argv, int i)
kdDontZap = TRUE;
return 1;
}
if (!strcmp (argv[i], "-nozap"))
{
kdDontZap = TRUE;
return 1;
}
if (!strcmp (argv[i], "-3button"))
{
kdEmulateMiddleButton = FALSE;