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 :