Mercurial > mplayer.hg
changeset 23058:5366657d357e
removed useless vars
author | ben |
---|---|
date | Sun, 22 Apr 2007 15:39:39 +0000 |
parents | 217694b1c1af |
children | 7d3914646699 |
files | vidix/savage_vid.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/savage_vid.c Sun Apr 22 15:39:18 2007 +0000 +++ b/vidix/savage_vid.c Sun Apr 22 15:39:39 2007 +0000 @@ -121,9 +121,6 @@ */ static pciinfo_t pci_info; -static uint8_t *vio; -static uint8_t mclk_save[3]; - #define outb(reg,val) OUTPORT8(reg,val) #define inb(reg) INPORT8(reg) #define outw(reg,val) OUTPORT16(reg,val)