From c3719bd87beca9f72d2e9f11e36d561c2c3b57b0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 18 Nov 2017 22:13:31 +0100 Subject: patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file. --- src/gui.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 91b4c2269..cca1ee35a 100644 --- a/src/gui.h +++ b/src/gui.h @@ -16,10 +16,6 @@ # include #endif -#if defined(FEAT_BEVAL) || defined(PROTO) -# include "gui_beval.h" -#endif - #ifdef FEAT_GUI_GTK # ifdef VMS /* undef MIN and MAX because Intrinsic.h redefines them anyway */ # ifdef MAX -- cgit v1.2.1