diff options
Diffstat (limited to 'ap_state.h')
-rw-r--r-- | ap_state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ap_state.h b/ap_state.h index d815f93..5ed7574 100644 --- a/ap_state.h +++ b/ap_state.h | |||
@@ -1,7 +1,6 @@ | |||
1 | #ifndef AP_STATE_H_664A4180 | 1 | #ifndef AP_STATE_H_664A4180 |
2 | #define AP_STATE_H_664A4180 | 2 | #define AP_STATE_H_664A4180 |
3 | 3 | ||
4 | #include <apclient.hpp> | ||
5 | #include <memory> | 4 | #include <memory> |
6 | #include <mutex> | 5 | #include <mutex> |
7 | #include <set> | 6 | #include <set> |
@@ -40,7 +39,6 @@ class APState { | |||
40 | 39 | ||
41 | TrackerFrame* tracker_frame_; | 40 | TrackerFrame* tracker_frame_; |
42 | 41 | ||
43 | std::unique_ptr<APClient> apclient_; | ||
44 | bool client_active_ = false; | 42 | bool client_active_ = false; |
45 | std::mutex client_mutex_; | 43 | std::mutex client_mutex_; |
46 | 44 | ||