remove unused area

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@511 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-30 01:54:45 +00:00
parent a930fa704e
commit 3cc9c4636b

View File

@@ -129,9 +129,6 @@ static void tick(MwWidget handle, void* user, void* call){
a += f - (int)f;
free(frames[0].buffer);
arrdel(frames, 0);
}else if(f < 1){
free(frames[0].buffer);
arrdel(frames, 0);
}
}
ma_mutex_unlock(&mutex);