summaryrefslogtreecommitdiffhomepage
path: root/gui/main-window.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-15 16:57:45 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-16 00:03:43 +0200
commit606494dd54d774c34fc63aeb51597fea785d218b (patch)
tree9e27d54fe677045a49ff05ea8f46d6f294847684 /gui/main-window.hpp
parent82f388100bc2aa6244dac34699b9df078f0c8199 (diff)
gui: rework profile refresh with now blocking signals
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r--gui/main-window.hpp2
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);