mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 03:40:05 +01:00
For some reason "-nozap" appeared twice. Weird.
This commit is contained in:
parent
3dde66f96b
commit
4c9cc82fc4
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue