Skip to content

Commit b17c338

Browse files
dos1SiegeLord
authored andcommitted
SDL: remove an unused function causing compiler warnings
1 parent a6986b2 commit b17c338

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/sdl/sdl_thread.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ void _al_mutex_init(_AL_MUTEX *mutex)
5050
mutex->mutex = SDL_CreateMutex();
5151
}
5252

53-
static void free_tls(void *v)
54-
{
55-
al_free(v);
56-
}
57-
5853
void _al_mutex_init_recursive(_AL_MUTEX *mutex)
5954
{
6055
_al_mutex_init(mutex);

0 commit comments

Comments
 (0)