@@ -208,7 +208,6 @@ + (void)initialize
208208 [NSNumber numberWithBool: NO ], MMNoFontSubstitutionKey,
209209 [NSNumber numberWithBool: YES ], MMLoginShellKey,
210210 [NSNumber numberWithInt: 2 ], MMRendererKey,
211- [NSNumber numberWithBool: NO ], MMRendererLigaturesSupportKey,
212211 [NSNumber numberWithInt: MMUntitledWindowAlways],
213212 MMUntitledWindowKey,
214213 [NSNumber numberWithBool: NO ], MMTexturedWindowKey,
@@ -1227,27 +1226,6 @@ - (IBAction)atsuiButtonClicked:(id)sender
12271226 [self rebuildPreloadCache ];
12281227}
12291228
1230- - (IBAction )ligaturesButtonClicked:(id )sender
1231- {
1232- ASLogDebug (@" Toggle CoreText ligatures" );
1233- BOOL enable = ([sender state ] == NSOnState );
1234-
1235- // Update the user default MMRendererLigaturesSupport and synchronize the
1236- // change so that any new Vim process will pick up on the changed setting.
1237- CFPreferencesSetAppValue (
1238- (CFStringRef)MMRendererLigaturesSupportKey,
1239- (CFPropertyListRef)[NSNumber numberWithBool: enable],
1240- kCFPreferencesCurrentApplication );
1241- CFPreferencesAppSynchronize (kCFPreferencesCurrentApplication );
1242-
1243- ASLogInfo (@" Use ligatures=%hhd " , enable);
1244-
1245- // This action is called when the user clicks the "enable support for ligatures"
1246- // button in the advanced preferences pane.
1247- [self rebuildPreloadCache ];
1248- }
1249-
1250-
12511229- (IBAction )loginShellButtonClicked:(id )sender
12521230{
12531231 ASLogDebug (@" Toggle login shell option" );
0 commit comments