[totem-pl-parser] disc: Remove MEDIA_TYPE_NUM_TYPES



commit 47a72b6ccbe87da3c7dd1cc2bb7f54181a4b535e
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Sep 18 14:58:40 2015 +0200

    disc: Remove MEDIA_TYPE_NUM_TYPES
    
    It was incorrect and unused.

 plparse/totem-disc.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/plparse/totem-disc.h b/plparse/totem-disc.h
index ccc755e..e5d5139 100644
--- a/plparse/totem-disc.h
+++ b/plparse/totem-disc.h
@@ -50,13 +50,6 @@ typedef enum {
   MEDIA_TYPE_BD
 } TotemDiscMediaType;
 
-/**
- * MEDIA_TYPE_NUM_TYPES: (skip)
- *
- * Number of media types
- **/
-#define MEDIA_TYPE_NUM_TYPES MEDIA_TYPE_DVB + 1
-
 #define MediaType TotemDiscMediaType
 
 GQuark totem_disc_media_type_quark     (void) G_GNUC_CONST;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]