don't expose transition enum value table
authorBrandon Lewis <brandon@collabora.co.uk>
Thu, 8 Jul 2010 13:54:46 +0000 (15:54 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 9 Jul 2010 11:21:18 +0000 (13:21 +0200)
ges/ges-enums.c
ges/ges-enums.h

index 6e694da..f19b9f6 100644 (file)
@@ -46,7 +46,7 @@ ges_track_type_get_type (void)
   return id;
 }
 
-GEnumValue transition_types[] = {
+static GEnumValue transition_types[] = {
   {
         0,
         "Transition has not been set",
index d26f796..5505e6e 100644 (file)
@@ -204,8 +204,6 @@ typedef enum {
   GES_VIDEO_TRANSITION_TYPE_CROSSFADE = 512
 } GESVideoTransitionType;
 
-extern GEnumValue transition_types[];
-
 #define GES_VIDEO_TRANSITION_TYPE_TYPE \
     (ges_video_transition_type_get_type())