diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 07:07:02 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 18:37:43 +0200 |
commit | 52684241ba1ffb393cb655ecc09cbd0cef5b1717 (patch) | |
tree | 36aacc7cf5ab13beb3a00d7b1893f861204dc33a /src/atifillin.c | |
parent | 1e270b411cf691c69194932b864ee2c9db292263 (diff) |
Move atiprobe.c from ati to atimisc.
Diffstat (limited to 'src/atifillin.c')
-rw-r--r-- | src/atifillin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atifillin.c b/src/atifillin.c index 32e8483..dcbcb3c 100644 --- a/src/atifillin.c +++ b/src/atifillin.c @@ -36,7 +36,6 @@ _X_EXPORT void ATIFillInScreenInfo(ScrnInfoPtr pScreenInfo) pScreenInfo->driverVersion = ATI_VERSION_CURRENT; pScreenInfo->driverName = ATI_DRIVER_NAME; pScreenInfo->name = ATI_NAME; - pScreenInfo->Probe = ATIProbe; pScreenInfo->PreInit = ATIPreInit; pScreenInfo->ScreenInit = ATIScreenInit; pScreenInfo->SwitchMode = ATISwitchMode; |