summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2006-02-08 16:35:50 +0000
committerLuc Verhaegen <libv@skynet.be>2006-02-08 16:35:50 +0000
commit0c37cdb702bbaa7e1bce7c0be77ea8f15e7f39ca (patch)
tree8b925c54630dbb0b02a8ca456363ca69eb922747
parent42218b7de901f6fec51bbb9a7837e0c663058057 (diff)
imstt: Remove idiotic usage of pScrn->clock, useless anyway.
-rw-r--r--ChangeLog6
-rw-r--r--src/imstt_driver.c5
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 <libv@skynet.be>
+
+ * src/imstt_driver.c: (IMSTTPreInit):
+
+ Remove idiotic usage of pScrn->clock, useless anyway.
+
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* 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;