aboutsummaryrefslogtreecommitdiff
path: root/src/setup
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-04 21:24:49 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-04 21:24:49 +0100
commit2aadd292ffae8ea8079ff9eb826b46d36f6603fd (patch)
tree12c80c8ae0e195ded4ce3b900b8807d27fbbdbff /src/setup
parent7104beb94e43e18699c98d478dff696834c51000 (diff)
downloadgnunet-gtk-2aadd292ffae8ea8079ff9eb826b46d36f6603fd.tar.gz
gnunet-gtk-2aadd292ffae8ea8079ff9eb826b46d36f6603fd.zip
-remove legacy widget
Diffstat (limited to 'src/setup')
-rw-r--r--src/setup/gnunet-setup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c
index 7b5581f2..08fc7337 100644
--- a/src/setup/gnunet-setup.c
+++ b/src/setup/gnunet-setup.c
@@ -245,11 +245,6 @@ load_options ()
245 GObject *widget; 245 GObject *widget;
246 char *value; 246 char *value;
247 247
248#ifndef LINUX
249 gtk_widget_hide (GTK_WIDGET (
250 GNUNET_SETUP_get_object (
251 "GNUNET_setup_gns_hijack_checkbutton")));
252#endif
253 for (unsigned int i = 0; NULL != option_specifications[i].widget_name; i++) 248 for (unsigned int i = 0; NULL != option_specifications[i].widget_name; i++)
254 { 249 {
255 os = &option_specifications[i]; 250 os = &option_specifications[i];