Disable unused function, fixes the warning:

tdfx_vid.c:292: warning: 'setup_fifo' defined but not used


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26912 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-28 10:34:03 +00:00
parent 03e8826213
commit ae9355bae1
1 changed files with 2 additions and 0 deletions

View File

@ -289,6 +289,7 @@ static int agp_move(tdfx_vid_agp_move_t* m) {
return 0;
}
#if 0
static void setup_fifo(u32 offset,ssize_t pages) {
long addr = agp_info.aper_base + offset;
u32 size = pages | 0x700; // fifo on, in agp mem, disable hole cnt
@ -307,6 +308,7 @@ static void setup_fifo(u32 offset,ssize_t pages) {
banshee_wait_idle();
}
#endif
static int bump_fifo(u16 size) {