| author | Adam Jackson <ajax@redhat.com> | 2008-08-19 14:54:11 (GMT) |
|---|---|---|
| committer | Adam Jackson <ajax@redhat.com> | 2008-08-19 14:54:11 (GMT) |
| commit | 5a72c45d42abc7227c6cf3d14fd7043ea7527c54 (patch) (side-by-side diff) | |
| tree | 6d92336414e1a693d5778be99cac324832ca00fc | |
| parent | 9f08ffc557b52e2e8cd54fb692b66700c83d61c6 (diff) | |
| download | xserver-5a72c45d42abc7227c6cf3d14fd7043ea7527c54.zip xserver-5a72c45d42abc7227c6cf3d14fd7043ea7527c54.tar.gz | |
Remove unused -showunresolved option
| -rw-r--r-- | hw/xfree86/common/xf86Globals.c | 1 | ||||
| -rw-r--r-- | hw/xfree86/common/xf86Init.c | 5 | ||||
| -rw-r--r-- | hw/xfree86/common/xf86Priv.h | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/hw/xfree86/common/xf86Globals.c b/hw/xfree86/common/xf86Globals.c index dabcd3d..e2c8313 100644 --- a/hw/xfree86/common/xf86Globals.c +++ b/hw/xfree86/common/xf86Globals.c @@ -180,7 +180,6 @@ int xf86Depth = -1; rgb xf86Weight = {0, 0, 0}; Bool xf86FlipPixels = FALSE; Gamma xf86Gamma = {0.0, 0.0, 0.0}; -Bool xf86ShowUnresolved = DEFAULT_UNRESOLVED; Bool xf86BestRefresh = DEFAULT_BEST_REFRESH; Bool xf86AllowMouseOpenFail = FALSE; #ifdef XF86VIDMODE diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index b18944a..9e89a5f 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -1489,11 +1489,6 @@ ddxProcessArgument(int argc, char **argv, int i) xf86ConfigFile = argv[i + 1]; return 2; } - if (!strcmp(argv[i],"-showunresolved")) - { - xf86ShowUnresolved = TRUE; - return 1; - } if (!strcmp(argv[i],"-probeonly")) { xf86ProbeOnly = TRUE; diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 10350be..a58be17 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -73,7 +73,6 @@ extern Bool xf86FlipPixels; extern Bool xf86BestRefresh; extern Gamma xf86Gamma; extern char *xf86ServerName; -extern Bool xf86ShowUnresolved; extern struct pci_slot_match xf86IsolateDevice; /* Other parameters */ |
