summaryrefslogtreecommitdiff
path: root/src/r128_driver.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2007-03-23 22:12:48 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-03-23 23:27:39 +0200
commit9cd175d9cd4ed710fccb303664c77519ecaf1e21 (patch)
tree26cd672168c945ff6b325ac8f81a361105026cb3 /src/r128_driver.c
parentd7a8cd0e476034796fc38e25a28cd28d05ea4a13 (diff)
Fold FillIn() back to Probe().
Diffstat (limited to 'src/r128_driver.c')
-rw-r--r--src/r128_driver.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/r128_driver.c b/src/r128_driver.c
index 01276e0..b03bd42 100644
--- a/src/r128_driver.c
+++ b/src/r128_driver.c
@@ -4605,18 +4605,3 @@ static int r128_set_backlight_enable(ScrnInfoPtr pScrn, int on)
return 0;
}
-
-void R128FillInScreenInfo(ScrnInfoPtr pScrn)
-{
- pScrn->driverVersion = R128_VERSION_CURRENT;
- pScrn->driverName = R128_DRIVER_NAME;
- pScrn->name = R128_NAME;
- pScrn->PreInit = R128PreInit;
- pScrn->ScreenInit = R128ScreenInit;
- pScrn->SwitchMode = R128SwitchMode;
- pScrn->AdjustFrame = R128AdjustFrame;
- pScrn->EnterVT = R128EnterVT;
- pScrn->LeaveVT = R128LeaveVT;
- pScrn->FreeScreen = R128FreeScreen;
- pScrn->ValidMode = R128ValidMode;
-}