mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
examples: Fix a compiler warning.
* gettext-tools/examples/hello-objc-gnustep/Hello.m (Hello): Remove an unused variable.
This commit is contained in:
parent
0e709dbdee
commit
cad29a148e
@ -43,7 +43,6 @@
|
||||
{
|
||||
GSVbox *cview;
|
||||
GSHbox *buttonbar;
|
||||
int i;
|
||||
|
||||
label1 = [NSTextField new];
|
||||
[label1 setStringValue: _(@"Hello, world!")];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user