Skip to content

Commit 4baeaf7

Browse files
committed
Remove unused function with UB
1 parent aff0573 commit 4baeaf7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/xsound/avi.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ AVIFile::AVIFile(char* aviname,int initFlags,int channel)
3333
open(aviname, initFlags, channel);
3434
}
3535

36-
Uint32 AVITimerCallback(Uint32 interval, void *param) {
37-
((AVIFile *)param)->draw();
38-
}
39-
4036
int AVIFile::open(char* aviname,int initFlags,int channel)
4137
{
4238
int i;

0 commit comments

Comments
 (0)