From df4df679e157f974773dad7776b204e9d4f3009e Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 28 Oct 2020 21:28:15 +0800 Subject: ... --- include/cru/platform/native/InputMethod.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/cru/platform/native/InputMethod.hpp') diff --git a/include/cru/platform/native/InputMethod.hpp b/include/cru/platform/native/InputMethod.hpp index 6f222a43..de752417 100644 --- a/include/cru/platform/native/InputMethod.hpp +++ b/include/cru/platform/native/InputMethod.hpp @@ -1,5 +1,4 @@ #pragma once -#include "../Resource.hpp" #include "Base.hpp" #include "cru/common/Event.hpp" @@ -52,11 +51,6 @@ struct IInputMethodContext : virtual INativeResource { virtual IEvent* TextEvent() = 0; }; - -struct IInputMethodManager : virtual INativeResource { - virtual std::unique_ptr GetContext( - INativeWindow* window) = 0; -}; } // namespace cru::platform::native template <> -- cgit v1.2.3