From 61f36bb5bdf07437b3473cafbedf171abbf71e40 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Wed, 13 Sep 2006 18:06:13 +0000 Subject: [PATCH] r4777: Don't display a warning about deprecated options; it just confuses people (Thomas Leonard; reported by Peter). --- ROX-Filer/src/options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROX-Filer/src/options.c b/ROX-Filer/src/options.c index 883010e7..b17da736 100644 --- a/ROX-Filer/src/options.c +++ b/ROX-Filer/src/options.c @@ -298,11 +298,13 @@ GtkWidget *options_show(void) if (!option_tooltips) option_tooltips = gtk_tooltips_new(); + /* For debugging if (g_hash_table_size(loading) != 0) { g_print(PROJECT ": Some options loaded but not used:\n"); g_hash_table_foreach(loading, (GHFunc) puts, NULL); } + */ if (window) { -- 2.11.4.GIT