[gnome-keyring] tool: Remove residual GTK+ usage



commit f094c832805dac7cc4456b431c522b34258dd844
Author: tomsod-m ya ru <tomsod-m ya ru>
Date:   Fri Sep 19 13:06:00 2014 +0000

    tool: Remove residual GTK+ usage
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736973

 tool/gkr-tool.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/tool/gkr-tool.c b/tool/gkr-tool.c
index 64a297e..eaf13ef 100644
--- a/tool/gkr-tool.c
+++ b/tool/gkr-tool.c
@@ -25,7 +25,6 @@
 #include "gkr-tool.h"
 
 #include <glib/gi18n.h>
-#include <gtk/gtk.h>
 
 #include <locale.h>
 #include <string.h>
@@ -129,8 +128,6 @@ main (int argc, char *argv[])
        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 #endif
 
-       gtk_init (&argc, &argv);
-       
        /* The first argument is the command */
        if (argc < 2) {
                print_general_usage ();


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