mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-10 04:40:16 +01:00
Remove some unused variables
This commit is contained in:
parent
3367091f7f
commit
cdf29ff45a
1 changed files with 0 additions and 3 deletions
|
|
@ -215,8 +215,6 @@ xf86AutoConfig(void)
|
|||
{
|
||||
const char **p;
|
||||
char buf[1024];
|
||||
struct pci_device_iterator *iter;
|
||||
struct pci_device * info = NULL;
|
||||
const char *driver = NULL;
|
||||
ConfigStatus ret;
|
||||
|
||||
|
|
@ -294,7 +292,6 @@ GDevPtr
|
|||
autoConfigDevice(GDevPtr preconf_device)
|
||||
{
|
||||
GDevPtr ptr = NULL;
|
||||
confScreenPtr scrn = NULL;
|
||||
|
||||
if (!xf86configptr) {
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue