Remove unused -showunresolved option
This commit is contained in:
parent
9f08ffc557
commit
5a72c45d42
|
@ -180,7 +180,6 @@ int xf86Depth = -1;
|
||||||
rgb xf86Weight = {0, 0, 0};
|
rgb xf86Weight = {0, 0, 0};
|
||||||
Bool xf86FlipPixels = FALSE;
|
Bool xf86FlipPixels = FALSE;
|
||||||
Gamma xf86Gamma = {0.0, 0.0, 0.0};
|
Gamma xf86Gamma = {0.0, 0.0, 0.0};
|
||||||
Bool xf86ShowUnresolved = DEFAULT_UNRESOLVED;
|
|
||||||
Bool xf86BestRefresh = DEFAULT_BEST_REFRESH;
|
Bool xf86BestRefresh = DEFAULT_BEST_REFRESH;
|
||||||
Bool xf86AllowMouseOpenFail = FALSE;
|
Bool xf86AllowMouseOpenFail = FALSE;
|
||||||
#ifdef XF86VIDMODE
|
#ifdef XF86VIDMODE
|
||||||
|
|
|
@ -1489,11 +1489,6 @@ ddxProcessArgument(int argc, char **argv, int i)
|
||||||
xf86ConfigFile = argv[i + 1];
|
xf86ConfigFile = argv[i + 1];
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
if (!strcmp(argv[i],"-showunresolved"))
|
|
||||||
{
|
|
||||||
xf86ShowUnresolved = TRUE;
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
if (!strcmp(argv[i],"-probeonly"))
|
if (!strcmp(argv[i],"-probeonly"))
|
||||||
{
|
{
|
||||||
xf86ProbeOnly = TRUE;
|
xf86ProbeOnly = TRUE;
|
||||||
|
|
|
@ -73,7 +73,6 @@ extern Bool xf86FlipPixels;
|
||||||
extern Bool xf86BestRefresh;
|
extern Bool xf86BestRefresh;
|
||||||
extern Gamma xf86Gamma;
|
extern Gamma xf86Gamma;
|
||||||
extern char *xf86ServerName;
|
extern char *xf86ServerName;
|
||||||
extern Bool xf86ShowUnresolved;
|
|
||||||
extern struct pci_slot_match xf86IsolateDevice;
|
extern struct pci_slot_match xf86IsolateDevice;
|
||||||
|
|
||||||
/* Other parameters */
|
/* Other parameters */
|
||||||
|
|
Loading…
Reference in New Issue