diff options
author | Thibault Saunier <thibault.saunier@collabora.com> | 2012-11-23 23:51:17 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@collabora.com> | 2012-12-19 11:45:37 -0300 |
commit | 97973f1eba3860f9c294a10f41c631db274f4d45 (patch) | |
tree | ba72122a5d691e2def7c5d03af82c515c97e5fad /ges/ges-formatter.h | |
parent | 35a3f72ad5ff338c688085a7d723250ccb2be260 (diff) |
Remove the GESKeyFileFormatter
It was using deprecated URI, and can not be used in real life anymore.
Also remove the ges_formatter_default_new method ges_formatter_new_for_uri
that are useless now
Diffstat (limited to 'ges/ges-formatter.h')
-rw-r--r-- | ges/ges-formatter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ges/ges-formatter.h b/ges/ges-formatter.h index 753ccd35..40d6ea2d 100644 --- a/ges/ges-formatter.h +++ b/ges/ges-formatter.h @@ -169,9 +169,6 @@ struct _GESFormatterClass { GType ges_formatter_get_type (void); /* Main Formatter methods */ -GESFormatter *ges_formatter_new_for_uri (const gchar *uri); -GESFormatter *ges_default_formatter_new (void); - gboolean ges_formatter_can_load_uri (const gchar * uri, GError **error); gboolean ges_formatter_can_save_uri (const gchar * uri, GError **error); |