From 06d1d0442276a05b6caad6e3468f4afb1e8ee5df Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 28 Jun 2020 00:03:11 +0800 Subject: ... --- src/ui/helper.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/ui/helper.cpp (limited to 'src/ui/helper.cpp') diff --git a/src/ui/helper.cpp b/src/ui/helper.cpp deleted file mode 100644 index 6f67e701..00000000 --- a/src/ui/helper.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "Helper.hpp" - -#include "cru/platform/graph/Factory.hpp" -#include "cru/platform/native/UiApplication.hpp" - -namespace cru::ui { -using cru::platform::graph::IGraphFactory; -using cru::platform::native::IUiApplication; - -IGraphFactory* GetGraphFactory() { - return IUiApplication::GetInstance()->GetGraphFactory(); -} - -IUiApplication* GetUiApplication() { return IUiApplication::GetInstance(); } -} // namespace cru::ui -- cgit v1.2.3