diff options
author | crupest <crupest@outlook.com> | 2020-10-30 00:37:57 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-30 00:37:57 +0800 |
commit | 624552fb112f29b91dd96f9543e813b5ee16e87b (patch) | |
tree | 68384d9ef640a3e99f82b81330a79079cb83218d /include/cru/ui | |
parent | 72d801f9b2a41ab2bcd9023c65422e089d885107 (diff) | |
download | cru-624552fb112f29b91dd96f9543e813b5ee16e87b.tar.gz cru-624552fb112f29b91dd96f9543e813b5ee16e87b.tar.bz2 cru-624552fb112f29b91dd96f9543e813b5ee16e87b.zip |
...
Diffstat (limited to 'include/cru/ui')
-rw-r--r-- | include/cru/ui/WindowHost.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cru/ui/WindowHost.hpp b/include/cru/ui/WindowHost.hpp index 97acf72e..7f7d62f0 100644 --- a/include/cru/ui/WindowHost.hpp +++ b/include/cru/ui/WindowHost.hpp @@ -126,7 +126,6 @@ class WindowHost : public Object { platform::gui::INativeWindow* native_window_ = nullptr; bool need_layout_ = false; - platform::gui::TimerAutoCanceler relayout_timer_canceler_; Event<AfterLayoutEventArgs> after_layout_event_; std::vector<std::function<void()> > after_layout_stable_action_; |