]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove unused variable
authorMichael Jerris <mike@jerris.com>
Sun, 24 Dec 2006 02:00:45 +0000 (02:00 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 24 Dec 2006 02:00:45 +0000 (02:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3819 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_playback/mod_playback.c

index 3746c67fd27cec311eeaa0a3af853607bca0f147..d519042faa1d7a839e4c2b81aa425cb45dbe32c6 100644 (file)
@@ -69,7 +69,6 @@ static void speak_function(switch_core_session_t *session, char *data)
        char *engine = NULL;
        char *voice = NULL;
        char *text = NULL;
-       char *timer_name = NULL;
        char *mydata = NULL;
        switch_codec_t *codec;
     switch_input_args_t args = {0};