aboutsummaryrefslogtreecommitdiff
path: root/demos/input_method
diff options
context:
space:
mode:
Diffstat (limited to 'demos/input_method')
-rw-r--r--demos/input_method/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/input_method/main.cpp b/demos/input_method/main.cpp
index 4bb709d6..dc2e0858 100644
--- a/demos/input_method/main.cpp
+++ b/demos/input_method/main.cpp
@@ -21,8 +21,6 @@ int main() {
auto input_method_context = window->GetInputMethodContext();
- input_method_context->EnableIME();
-
auto brush = graphics_factory->CreateSolidColorBrush();
brush->SetColor(colors::black);