Fifo: drop unused functions

This commit is contained in:
Tillmann Karras
2015-02-21 12:04:26 +01:00
parent 4fd980e6d4
commit e28c97f6bd
2 changed files with 0 additions and 14 deletions

View File

@ -115,16 +115,6 @@ void Fifo_Shutdown()
s_fifo_aux_read_ptr = nullptr;
}
u8* GetVideoBufferStartPtr()
{
return s_video_buffer;
}
u8* GetVideoBufferEndPtr()
{
return s_video_buffer_write_ptr;
}
void Fifo_SetRendering(bool enabled)
{
g_bSkipCurrentFrame = !enabled;