We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0babfe1 commit c9d03c7Copy full SHA for c9d03c7
2 files changed
src/MacVim/gui_macvim.m
@@ -19,9 +19,6 @@
19
#import <Foundation/Foundation.h>
20
21
22
-// HACK! Used in gui.c to determine which string drawing code to use.
23
-int use_gui_macvim_draw_string = 1;
24
-
25
static int use_graphical_sign = 0;
26
27
static BOOL is_macos_high_sierra_or_later = NO;
@@ -195,7 +192,6 @@
195
192
}
196
193
if (keyValid) {
197
194
ASLogInfo(@"Use renderer=%ld", val);
198
- use_gui_macvim_draw_string = (val != MMRendererCoreText);
199
200
// For now only the Core Text renderer knows how to render graphical
201
// signs.
src/proto/gui_macvim.pro
@@ -1,5 +1,3 @@
1
-extern int use_gui_macvim_draw_string;
2
3
void
4
macvim_early_init();
5
0 commit comments