From 4c3331492b33abb0d4741b76fe0bf8cda8a7a4c5 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Wed, 8 Aug 2007 12:40:30 +0000 Subject: [PATCH] Code cleanup git-svn-id: http://macvim.googlecode.com/svn/trunk@103 96c4425d-ca35-0410-94e5-3396d5c13a8f --- MMBackend.h | 3 --- MMTextStorage.h | 2 -- MMTextView.h | 2 -- 3 files changed, 7 deletions(-) diff --git a/MMBackend.h b/MMBackend.h index 5b9a6c5686..7742a499af 100644 --- a/MMBackend.h +++ b/MMBackend.h @@ -81,6 +81,3 @@ - (int)lookupColorWithKey:(NSString *)key; @end - - -// vim: set ft=objc: diff --git a/MMTextStorage.h b/MMTextStorage.h index edca544769..6a223a87df 100644 --- a/MMTextStorage.h +++ b/MMTextStorage.h @@ -60,5 +60,3 @@ - (NSSize)fitToSize:(NSSize)size rows:(int *)rows columns:(int *)columns; @end - -/* vim: set filetype=objc: */ diff --git a/MMTextView.h b/MMTextView.h index 6acdb8843b..af51abb675 100644 --- a/MMTextView.h +++ b/MMTextView.h @@ -18,5 +18,3 @@ - (void)setShouldDrawInsertionPoint:(BOOL)enable; @end - -// vim: set ft=objc :