[totem] audio-preview: Remove obsolete g_type_init() call



commit 34f74d90965992f769af1bfc0c57327f6d28be92
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 8 17:00:28 2013 +0100

    audio-preview: Remove obsolete g_type_init() call

 src/totem-audio-preview.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-audio-preview.c b/src/totem-audio-preview.c
index 219fc19..7b70a56 100644
--- a/src/totem-audio-preview.c
+++ b/src/totem-audio-preview.c
@@ -144,7 +144,6 @@ int main (int argc, char **argv)
        options = gst_init_get_option_group ();
        g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
        g_option_context_add_group (context, options);
-       g_type_init ();
 
        if (g_option_context_parse (context, &argc, &argv, &error) == FALSE) {
                g_print ("couldn't parse command-line options: %s\n", error->message);


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