diff src/option.h @ 2834:107b03fdf1ad v7.3.191

updated for version 7.3.191 Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
author Bram Moolenaar <bram@vim.org>
date Thu, 19 May 2011 13:41:14 +0200
parents 77f3dd990b12
children b7523ef31e23
line wrap: on
line diff
--- a/src/option.h
+++ b/src/option.h
@@ -984,9 +984,6 @@ enum
     , BV_MOD
     , BV_MPS
     , BV_NF
-#ifdef FEAT_OSFILETYPE
-    , BV_OFT
-#endif
 #ifdef FEAT_COMPL_FUNC
     , BV_OFU
 #endif