commit 3bd176f1ea1e4697deff1eeee14629c58149f077
Author: Stephan Witt <[email protected]>
Date:   Mon Jan 5 17:21:29 2026 +0100

    Remove white space
---
 src/support/AppleSupport.m | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/support/AppleSupport.m b/src/support/AppleSupport.m
index 4278564a45..c13158b59a 100644
--- a/src/support/AppleSupport.m
+++ b/src/support/AppleSupport.m
@@ -13,17 +13,14 @@
 
 
 void appleCleanupEditMenu() {
-
        // Remove (disable) the "Start Dictation..." and "Emoji & Symbols" menu 
items
        // from the "Edit" menu
-
        [[NSUserDefaults standardUserDefaults] setBool:YES 
forKey:@"NSDisabledDictationMenuItem"];
        [[NSUserDefaults standardUserDefaults] setBool:YES 
forKey:@"NSDisabledCharacterPaletteMenuItem"];
 }
 
 
 void appleCleanupViewMenu() {
-
 #if defined(__MAC_OS_X_VERSION_MAX_ALLOWED) && (__MAC_OS_X_VERSION_MAX_ALLOWED 
>= 101200)
        // Remove the "Show Tab Bar" menu item from the "View" menu, if 
supported
        // See the Apple developer release notes:
@@ -36,7 +33,6 @@ void appleCleanupViewMenu() {
 
        // Remove the "Enter Full Screen" menu item from the "View" menu
        [[NSUserDefaults standardUserDefaults] setBool:NO 
forKey:@"NSFullScreenMenuItemEverywhere"];
-
 #endif
 }
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to