diff options
Diffstat (limited to 'include')
-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_; |