mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Code cleanup.
git-svn-id: http://macvim.googlecode.com/svn/trunk@40 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user