From 0c37cdb702bbaa7e1bce7c0be77ea8f15e7f39ca Mon Sep 17 00:00:00 2001 From: Luc Verhaegen Date: Wed, 8 Feb 2006 16:35:50 +0000 Subject: imstt: Remove idiotic usage of pScrn->clock, useless anyway. --- ChangeLog | 6 ++++++ src/imstt_driver.c | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6c8681..7585dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-08 Luc Verhaegen + + * src/imstt_driver.c: (IMSTTPreInit): + + Remove idiotic usage of pScrn->clock, useless anyway. + 2005-12-20 Kevin E. Martin * configure.ac: diff --git a/src/imstt_driver.c b/src/imstt_driver.c index bd5d5e8..5990137 100644 --- a/src/imstt_driver.c +++ b/src/imstt_driver.c @@ -506,11 +506,6 @@ static Bool IMSTTPreInit(ScrnInfoPtr pScrn, int flags) pScrn->videoRam / 1024); } - /* XXX this is sorta a guess, got some info from the TVP3030 manual */ - pScrn->numClocks = 2; - pScrn->clock[0] = 110000; - pScrn->clock[1] = 220000; - clockRanges = xnfcalloc(sizeof(ClockRange), 1); clockRanges->next = NULL; clockRanges->minClock = 20000; -- cgit v1.2.3