Remove uneeded variable.

This commit is contained in:
Gregory John Casamento 2020-08-04 15:53:55 -04:00
parent 03fd244708
commit ae317224c9
2 changed files with 0 additions and 2 deletions

View file

@ -42,7 +42,6 @@ extern "C" {
{
id<NSTextCheckingClient> _client;
NSInteger _spellCheckerDocumentTag;
NSMenu *_menu;
}
// initializer

View file

@ -34,7 +34,6 @@
{
_client = client;
_spellCheckerDocumentTag = 0;
_menu = nil;
}
return self;
}