From 8b05f682b02f35e0fc1c36c30589b0ce717b015f Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 16 Dec 2015 18:11:05 -0300 Subject: [PATCH] examples: playback-test: remove unused variables audiosink and videosink string variables are unused --- tests/examples/playback/playback-test.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/examples/playback/playback-test.c b/tests/examples/playback/playback-test.c index 2716464bbd..a23800321b 100644 --- a/tests/examples/playback/playback-test.c +++ b/tests/examples/playback/playback-test.c @@ -163,8 +163,6 @@ typedef struct GList *paths, *current_path; GList *sub_paths, *current_sub_path; - gchar *audiosink_str, *videosink_str; - /* Internal state */ gint64 position, duration; @@ -3370,9 +3368,6 @@ set_defaults (PlaybackApp * app) static void reset_app (PlaybackApp * app) { - g_free (app->audiosink_str); - g_free (app->videosink_str); - g_list_free (app->formats); g_mutex_clear (&app->state_mutex);