diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-05 01:58:32 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-05 01:58:32 -0400 |
commit | 9f66990af2cea19e4f9ebe04cd61e85d1afeb6c1 (patch) | |
tree | 054dfe4986cdb38fb23200540b56fe8a8eb27513 /abaddon.hpp | |
parent | b01a4406fa5fa3f194db1ebf835cfc198bd71633 (diff) | |
download | abaddon-portaudio-9f66990af2cea19e4f9ebe04cd61e85d1afeb6c1.tar.gz abaddon-portaudio-9f66990af2cea19e4f9ebe04cd61e85d1afeb6c1.zip |
remove reload settings menu item cuz it doesnt do anything
Diffstat (limited to 'abaddon.hpp')
-rw-r--r-- | abaddon.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/abaddon.hpp b/abaddon.hpp index 1d14c33..aebb9e1 100644 --- a/abaddon.hpp +++ b/abaddon.hpp @@ -50,7 +50,6 @@ public: bool ShowConfirm(const Glib::ustring &prompt, Gtk::Window *window = nullptr); - void ActionReloadSettings(); void ActionReloadCSS(); ImageManager &GetImageManager(); |