From 7f2064ed526db2e54b3ebde04e58beaffbb397ed Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 15 Apr 2018 21:58:06 +0200 Subject: Finish master password unload issue. Fix an old bug reintroduced by the magic of copy & paste --- src/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 7c37e96..97a4bd0 100644 --- a/src/main.c +++ b/src/main.c @@ -426,9 +426,6 @@ int main(int argc, char *argv[]) if (prefs_common.auto_unload_master_password && master_password_active()) { debug_print("Auto unloading master password\n"); unload_master_password(); - /* call this function every 10th minute in case a reload took place */ - /* TODO: Perhaps a more elegant solution could be developed */ - g_timeout_add(1000 * 60 * 10, unload_master_password, NULL); } #endif -- cgit v1.3