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

Remove unused enum

This commit is contained in:
Tae Won Ha 2016-10-22 17:37:53 +02:00
parent 21cf7c3fd5
commit 3171a0f229
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -31,7 +31,6 @@ typedef NS_ENUM(NSUInteger, NeoVimServerMsgId) {
NeoVimServerMsgIdSetForeground,
NeoVimServerMsgIdSetBackground,
NeoVimServerMsgIdSetSpecial,
NeoVimServerMsgIdSuspend,
NeoVimServerMsgIdSetTitle,
NeoVimServerMsgIdSetIcon,
NeoVimServerMsgIdDirtyStatusChanged,