remove unused enum items PROP_LAST
authorLuis de Bethencourt <luis.bg@samsung.com>
Fri, 24 Apr 2015 15:48:23 +0000 (16:48 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 16 Feb 2016 00:24:40 +0000 (00:24 +0000)
This were probably added to the enums due to cargo cult programming and are
unused.

gst/rtp/gstrtph265pay.c

index b2da44d99f38593e84bf373cdfd2220fad3c910f..171a242ef54e50c13666bb28e3053d700c7ce8f5 100644 (file)
@@ -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))