From 81cc81a6de3896a08741e821b6953472909c63cd Mon Sep 17 00:00:00 2001 From: Kp Date: Fri, 10 Mar 2017 01:22:27 +0000 Subject: [PATCH] Remove dead call to gr_set_curfont in init_editor --- similar/editor/med.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/similar/editor/med.cpp b/similar/editor/med.cpp index 8ae3dbb63..8d353306f 100644 --- a/similar/editor/med.cpp +++ b/similar/editor/med.cpp @@ -462,10 +462,6 @@ void init_editor() current_view = &LargeView; gr_set_current_canvas( GameViewBox->canvas ); - gr_set_curfont(*grd_curcanv, editor_font); - //gr_deaccent_canvas(); - //gr_grey_canvas(); - gr_set_curfont(*grd_curcanv, editor_font); FNTScaleX = FNTScaleY = 1; // No font scaling! ui_pad_goto(padnum);