Remove unused variable "use_gui_macvim_draw_string"

This commit is contained in:
ichizok
2020-07-20 22:45:54 +09:00
parent 0babfe1c02
commit c9d03c76c5
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -19,9 +19,6 @@
#import <Foundation/Foundation.h>
// HACK! Used in gui.c to determine which string drawing code to use.
int use_gui_macvim_draw_string = 1;
static int use_graphical_sign = 0;
static BOOL is_macos_high_sierra_or_later = NO;
@@ -195,7 +192,6 @@ gui_macvim_after_fork_init()
}
if (keyValid) {
ASLogInfo(@"Use renderer=%ld", val);
use_gui_macvim_draw_string = (val != MMRendererCoreText);
// For now only the Core Text renderer knows how to render graphical
// signs.
-2
View File
@@ -1,5 +1,3 @@
extern int use_gui_macvim_draw_string;
void
macvim_early_init();
void