mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 10:40:25 +00:00
SAGE: fixed unused function warning
This commit is contained in:
@@ -121,7 +121,7 @@ static void display_sage_run(void *arg)
|
||||
s->magic = MAGIC_SAGE;
|
||||
|
||||
while (!s->should_exit) {
|
||||
//display_sage_handle_events();
|
||||
display_sage_handle_events();
|
||||
|
||||
sem_wait(&s->semaphore);
|
||||
if (s->should_exit)
|
||||
|
||||
Reference in New Issue
Block a user