aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sdp.c')
-rw-r--r--epan/dissectors/packet-sdp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-sdp.c b/epan/dissectors/packet-sdp.c
index 665fa33c6d..abf5f7ef41 100644
--- a/epan/dissectors/packet-sdp.c
+++ b/epan/dissectors/packet-sdp.c
@@ -290,13 +290,8 @@ dissect_sdp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
transport_info.media_port[n]=NULL;
transport_info.media_proto[n]=NULL;
transport_info.media[n].pt_count = 0;
-#if GLIB_MAJOR_VERSION < 2
- transport_info.media[n].rtp_dyn_payload = g_hash_table_new( g_int_hash,
- g_int_equal);
-#else
transport_info.media[n].rtp_dyn_payload = g_hash_table_new_full( g_int_hash,
g_int_equal, g_free, g_free);
-#endif
}
transport_info.media_count = 0;