Remove unused variable.
This commit is contained in:
parent
c69c00d652
commit
2f98841fde
|
@ -76,7 +76,6 @@ xf86Int10InfoPtr
|
||||||
xf86ExtendedInitInt10(int entityIndex, int Flags)
|
xf86ExtendedInitInt10(int entityIndex, int Flags)
|
||||||
{
|
{
|
||||||
xf86Int10InfoPtr pInt = NULL;
|
xf86Int10InfoPtr pInt = NULL;
|
||||||
CARD8 *bios_base;
|
|
||||||
int screen;
|
int screen;
|
||||||
int fd;
|
int fd;
|
||||||
static void* vidMem = NULL;
|
static void* vidMem = NULL;
|
||||||
|
|
Loading…
Reference in New Issue