diff options
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r-- | gui/main-window.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp index e05ee9cc..42e8425c 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -65,8 +65,6 @@ class MainWindow : public QMainWindow, private State menu_action_tracker, menu_action_filter, menu_action_proto, menu_action_options, menu_action_mappings; - bool is_refreshing_profiles; - mem<dylib> current_tracker() { return modules.trackers().value(ui.iconcomboTrackerSource->currentIndex(), nullptr); |