1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00

GH-299 Remove unused function decl

This commit is contained in:
Tae Won Ha 2016-11-12 11:31:22 +01:00
parent e495279d39
commit 4933feee60
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -27,7 +27,6 @@ NS_ASSUME_NONNULL_BEGIN
- (void)vimCommand:(NSString *)string;
- (NSString *)vimCommandOutput:(NSString *)string;
- (void)vimInputSync:(NSString *)string;
- (void)vimInput:(NSString *)string;
- (void)vimInputMarkedText:(NSString *_Nonnull)markedText;
- (void)deleteCharacters:(NSInteger)count;