From d9ebd44924d6cdf5efcc4384793a5fe7ca86fd50 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 12 Sep 2025 11:46:02 -0400 Subject: [PATCH] UI/Qt: Remove unused/undefined declaration from Qt settings --- UI/Qt/Settings.h | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/Qt/Settings.h b/UI/Qt/Settings.h index 13d56f59256..ca0854a3306 100644 --- a/UI/Qt/Settings.h +++ b/UI/Qt/Settings.h @@ -46,7 +46,6 @@ public: signals: void show_menubar_changed(bool show_menubar); - void enable_do_not_track_changed(bool enable); protected: Settings();