From 693a924461ac535b0fe99b332c9d9d7786b1a975 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Fri, 24 Apr 2015 16:48:23 +0100 Subject: [PATCH] remove unused enum items PROP_LAST This were probably added to the enums due to cargo cult programming and are unused. --- gst/rtp/gstrtph265pay.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/rtp/gstrtph265pay.c b/gst/rtp/gstrtph265pay.c index b2da44d99f..171a242ef5 100644 --- a/gst/rtp/gstrtph265pay.c +++ b/gst/rtp/gstrtph265pay.c @@ -108,8 +108,7 @@ enum { PROP_0, PROP_SPROP_PARAMETER_SETS, - PROP_CONFIG_INTERVAL, - PROP_LAST + PROP_CONFIG_INTERVAL }; #define IS_ACCESS_UNIT(x) (((x) > 0x00) && ((x) < 0x06))