diff --git a/ges/ges-meta-container.c b/ges/ges-meta-container.c index a212916531..213cb9dc61 100644 --- a/ges/ges-meta-container.c +++ b/ges/ges-meta-container.c @@ -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 diff --git a/ges/ges-pitivi-formatter.c b/ges/ges-pitivi-formatter.c index 6b5d7c7c98..4622cef71c 100644 --- a/ges/ges-pitivi-formatter.c +++ b/ges/ges-pitivi-formatter.c @@ -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: