ges: Remove unused functions
authorSebastian Dröge <sebastian@centricular.com>
Sun, 9 Feb 2014 22:50:25 +0000 (23:50 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 9 Feb 2014 22:50:25 +0000 (23:50 +0100)
ges/ges-meta-container.c
ges/ges-pitivi-formatter.c

index a212916..213cb9d 100644 (file)
@@ -822,15 +822,6 @@ ges_meta_container_get_float (GESMetaContainer * container,
   return TRUE;
 }
 
-static inline gchar *
-_gst_strdup0 (const gchar * s)
-{
-  if (s == NULL || *s == '\0')
-    return NULL;
-
-  return g_strdup (s);
-}
-
 /**
  * ges_meta_container_get_string:
  * @container: Target container
index 6b5d7c7..4622cef 100644 (file)
@@ -127,17 +127,6 @@ pitivi_can_load_uri (GESFormatter * dummy_instance, const gchar * uri,
   return ret;
 }
 
-/* Project saving functions */
-
-static void inline
-write_int_attribute (xmlTextWriterPtr writer, guint64 nb, const gchar * attr,
-    const gchar * type)
-{
-  gchar *str = g_strdup_printf ("%s%" G_GUINT64_FORMAT, type, nb);
-  xmlTextWriterWriteAttribute (writer, BAD_CAST attr, BAD_CAST str);
-  g_free (str);
-}
-
 /* Project loading functions */
 
 /* Return: a GHashTable containing: