summaryrefslogtreecommitdiff
path: root/src/macos.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/macos.m')
-rw-r--r--src/macos.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/macos.m b/src/macos.m
index 729fe9d5..6bec3c12 100644
--- a/src/macos.m
+++ b/src/macos.m
@@ -546,7 +546,6 @@ void handleCommand_MacOS(const char *cmd) {
546 } 546 }
547 else if (equal_Command(cmd, "emojipicker")) { 547 else if (equal_Command(cmd, "emojipicker")) {
548 [NSApp orderFrontCharacterPalette:nil]; 548 [NSApp orderFrontCharacterPalette:nil];
549 return iTrue;
550 } 549 }
551} 550}
552 551