diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-11 08:44:11 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-11 08:44:11 +0300 |
commit | 1214aecd71df48164a7591b75fd48720f5b930f3 (patch) | |
tree | 8b39ef2dc1398b2e0a52882a72fd23e45969a10f /src/macos.m | |
parent | 4a0a7b481ba6b532b936506a829dc982075e3ab8 (diff) |
Cleanup
Diffstat (limited to 'src/macos.m')
-rw-r--r-- | src/macos.m | 1 |
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 | ||