diff options
Diffstat (limited to 'src/savage_video.c')
-rw-r--r-- | src/savage_video.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/savage_video.c b/src/savage_video.c index f473e1c..d7546d2 100644 --- a/src/savage_video.c +++ b/src/savage_video.c @@ -65,8 +65,6 @@ static int SavagePutImage( ScrnInfoPtr, static int SavageQueryImageAttributes(ScrnInfoPtr, int, unsigned short *, unsigned short *, int *, int *); static void SavageFreeMemory(ScrnInfoPtr pScrn, void *mem_struct); -/* function for online update of current devices and TV format */ -static void SavageUpdateDevices(ScrnInfoPtr pScrn); void SavageResetVideo(ScrnInfoPtr pScrn); @@ -1430,18 +1428,6 @@ SavageFreeMemory( } } -/* function for online update of current devices and TV format */ -static void SavageUpdateDevices(ScrnInfoPtr pScrn) -{ - SavagePtr psav; - - psav = SAVPTR(pScrn); - psav->iDevInfo = SavageGetDevice(psav); - psav->PAL = ((SavageGetTV(psav) & BIOS_TV_PAL) != 0); - psav->TvOn = ((psav->iDevInfo & TV_ACTIVE) != 0); - psav->CrtOnly = ((psav->iDevInfo & (unsigned char) ~CRT_ACTIVE) == 0); -} - static void SavageSetBlend(ScrnInfoPtr pScrn, int id) { |