From 5ae02ee68bd4df690d7ebcd6c8a0eb36fcf71835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 22 Oct 2015 22:36:00 +0200 Subject: vis: refactor startup code --- config.def.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 64108f7..64d3648 100644 --- a/config.def.h +++ b/config.def.h @@ -1512,11 +1512,6 @@ static Mode vis_modes[] = { }, }; -/* null terminated default settings/commands executed once on editor startup */ -static const char *settings[] = { - NULL -}; - /* Color definitions for use in the sytax highlighting rules below. A fore * or background color of -1 specifies the default terminal color. */ enum { -- cgit v1.2.3