diff options
author | crupest <crupest@outlook.com> | 2022-02-10 19:49:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-10 19:49:06 +0800 |
commit | c1dbad5fdf0560983e6c832eddded6f610eae94e (patch) | |
tree | 40f22f7e6aa7ef39c49b1c007beed37130fc0b5d /src/ui/controls/Window.cpp | |
parent | b2622f654598f82a220a98daaa84fed9ce3b92b2 (diff) | |
download | cru-c1dbad5fdf0560983e6c832eddded6f610eae94e.tar.gz cru-c1dbad5fdf0560983e6c832eddded6f610eae94e.tar.bz2 cru-c1dbad5fdf0560983e6c832eddded6f610eae94e.zip |
...
Diffstat (limited to 'src/ui/controls/Window.cpp')
-rw-r--r-- | src/ui/controls/Window.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/controls/Window.cpp b/src/ui/controls/Window.cpp index 6891c918..b1881136 100644 --- a/src/ui/controls/Window.cpp +++ b/src/ui/controls/Window.cpp @@ -1,10 +1,6 @@ #include "cru/ui/controls/Window.h" namespace cru::ui::controls { -Window* Window::Create(Control* attached_control) { - return new Window(attached_control); -} - Window::Window(Control* attached_control) : RootControl(attached_control) {} Window::~Window() {} |