From b07269a548ee40bf509f8ce2c19f3a86d37916e5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 19 May 2011 13:41:14 +0200 Subject: 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. --- src/buffer.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/buffer.c') diff --git a/src/buffer.c b/src/buffer.c index 254331ef2b..24cbc06eb4 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1808,9 +1808,6 @@ free_buf_options(buf, free_p_ff) #ifdef FEAT_AUTOCMD clear_string_option(&buf->b_p_ft); #endif -#ifdef FEAT_OSFILETYPE - clear_string_option(&buf->b_p_oft); -#endif #ifdef FEAT_CINDENT clear_string_option(&buf->b_p_cink); clear_string_option(&buf->b_p_cino); -- cgit v1.2.3