]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9136: remove unused vars
authorMichael Jerris <mike@jerris.com>
Fri, 3 Jun 2016 22:00:50 +0000 (17:00 -0500)
committerMichael Jerris <mike@jerris.com>
Fri, 3 Jun 2016 22:00:50 +0000 (17:00 -0500)
src/switch_core_media.c

index 80ad063fb7b70a87f886de734ccd6b3a89a3b7cb..7d42c9dda78f9a3e853a5f978be7a3d55883e8df 100644 (file)
@@ -4858,9 +4858,6 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
 
                                        if (vmatch && vmatch_pt) {
                                                const char *other_pt = switch_channel_get_variable_partner(channel, "rtp_video_pt");
-                                               const char *other_fmtp = switch_channel_get_variable_partner(channel, "rtp_video_fmtp");
-
-                                               const char *foo = switch_channel_get_partner_uuid(channel);
 
                                                if (other_pt) {
                                                        int opt = atoi(other_pt);