diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-06 20:24:21 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-06 20:24:21 +0000 |
commit | 8266f7f126f64f1de2bf5087395dd0c68a38b58a (patch) | |
tree | 9d71488a57768e6e719277a6a45936bb25057ab9 | |
parent | 49d55658f2dabe604f93b9ff7334491dd10f4c10 (diff) | |
download | gnunet-gtk-8266f7f126f64f1de2bf5087395dd0c68a38b58a.tar.gz gnunet-gtk-8266f7f126f64f1de2bf5087395dd0c68a38b58a.zip |
-fix
-rw-r--r-- | src/gns/gnunet-gns-gtk.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gns/gnunet-gns-gtk.c b/src/gns/gnunet-gns-gtk.c index e18aea4a..9a49bc6f 100644 --- a/src/gns/gnunet-gns-gtk.c +++ b/src/gns/gnunet-gns-gtk.c | |||
@@ -37,16 +37,6 @@ static int tray_only; | |||
37 | 37 | ||
38 | 38 | ||
39 | /** | 39 | /** |
40 | * Get cfg. | ||
41 | */ | ||
42 | static const struct GNUNET_CONFIGURATION_Handle * | ||
43 | get_configuration () | ||
44 | { | ||
45 | return GNUNET_GTK_main_loop_get_configuration (ml); | ||
46 | } | ||
47 | |||
48 | |||
49 | /** | ||
50 | * Get an object from the main window. | 40 | * Get an object from the main window. |
51 | * | 41 | * |
52 | * @param name name of the object | 42 | * @param name name of the object |