UI/Qt: Remove unused/undefined declaration from Qt settings

This commit is contained in:
Timothy Flynn 2025-09-12 11:46:02 -04:00 committed by Jelle Raaijmakers
commit d9ebd44924
Notes: github-actions[bot] 2025-09-16 08:39:26 +00:00

View file

@ -46,7 +46,6 @@ public:
signals: signals:
void show_menubar_changed(bool show_menubar); void show_menubar_changed(bool show_menubar);
void enable_do_not_track_changed(bool enable);
protected: protected:
Settings(); Settings();