summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.m
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_application.m')
-rw-r--r--osdep/macosx_application.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/osdep/macosx_application.m b/osdep/macosx_application.m
index 9aff6e814b..18c47f4bea 100644
--- a/osdep/macosx_application.m
+++ b/osdep/macosx_application.m
@@ -373,11 +373,6 @@ void cocoa_stop_runloop(void)
cocoa_post_fake_event();
}
-void cocoa_set_input_context(struct input_ctx *input_context)
-{
- [EventsResponder sharedInstance].inputContext = input_context;
-}
-
void cocoa_post_fake_event(void)
{
NSEvent* event = [NSEvent otherEventWithType:NSApplicationDefined