Code cleanup.

git-svn-id: http://macvim.googlecode.com/svn/trunk@40 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
Bjorn Winckler
2007-07-31 11:40:43 +00:00
parent 13808e78e5
commit 4e595ed2db
+3 -1
View File
@@ -26,10 +26,12 @@ extern NSString *MMStatuslineOffKey;
<MMAppProtocol>
#endif
{
NSPort *receivePort;
NSMutableArray *vimControllers;
#if !MM_USE_DO
NSPort *receivePort;
unsigned terminateNowCount;
BOOL abortTermination;
#endif
}
- (void)removeVimController:(id)controller;