mirror of https://github.com/mpv-player/mpv
removed never called function
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23069 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cd427281af
commit
d57a87fc45
|
@ -79,29 +79,6 @@ static void SROUTW(int reg,int val)
|
|||
SROUTB(reg+1,(val>>8)&255);
|
||||
}
|
||||
|
||||
static void DumpRegisters(void)
|
||||
{
|
||||
#ifdef DEBUG_LOGFILE
|
||||
int reg,val;
|
||||
if(logfile)
|
||||
{
|
||||
LOGWRITE("CRTC Register Dump:\n")
|
||||
for(reg=0;reg<256;++reg)
|
||||
{
|
||||
val=CRINB(reg);
|
||||
fprintf(logfile,"CR0x%2x: 0x%2x\n",reg,val);
|
||||
}
|
||||
LOGWRITE("SR Register Dump:\n")
|
||||
for(reg=0;reg<256;++reg)
|
||||
{
|
||||
val=SRINB(reg);
|
||||
fprintf(logfile,"SR0x%2x: 0x%2x\n",reg,val);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
/* --- */
|
||||
|
||||
static vidix_capability_t cyberblade_cap =
|
||||
{
|
||||
"Trident CyberBlade i1 driver",
|
||||
|
|
Loading…
Reference in New Issue