Skip to content

Commit c9d03c7

Browse files
committed
Remove unused variable "use_gui_macvim_draw_string"
1 parent 0babfe1 commit c9d03c7

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/MacVim/gui_macvim.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
#import <Foundation/Foundation.h>
2020

2121

22-
// HACK! Used in gui.c to determine which string drawing code to use.
23-
int use_gui_macvim_draw_string = 1;
24-
2522
static int use_graphical_sign = 0;
2623

2724
static BOOL is_macos_high_sierra_or_later = NO;
@@ -195,7 +192,6 @@
195192
}
196193
if (keyValid) {
197194
ASLogInfo(@"Use renderer=%ld", val);
198-
use_gui_macvim_draw_string = (val != MMRendererCoreText);
199195

200196
// For now only the Core Text renderer knows how to render graphical
201197
// signs.

src/proto/gui_macvim.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
extern int use_gui_macvim_draw_string;
2-
31
void
42
macvim_early_init();
53
void

0 commit comments

Comments
 (0)