Skip to content

Commit

Permalink
Remove unused function with UB
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 12, 2016
1 parent aff0573 commit 4baeaf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/xsound/avi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ AVIFile::AVIFile(char* aviname,int initFlags,int channel)
open(aviname, initFlags, channel);
}

Uint32 AVITimerCallback(Uint32 interval, void *param) {
((AVIFile *)param)->draw();
}

int AVIFile::open(char* aviname,int initFlags,int channel)
{
int i;
Expand Down

0 comments on commit 4baeaf7

Please sign in to comment.