mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Remove uneeded variable.
This commit is contained in:
parent
03fd244708
commit
ae317224c9
2 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@ extern "C" {
|
|||
{
|
||||
id<NSTextCheckingClient> _client;
|
||||
NSInteger _spellCheckerDocumentTag;
|
||||
NSMenu *_menu;
|
||||
}
|
||||
|
||||
// initializer
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
{
|
||||
_client = client;
|
||||
_spellCheckerDocumentTag = 0;
|
||||
_menu = nil;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue