examples: Fix a compiler warning.

* gettext-tools/examples/hello-objc-gnustep/Hello.m (Hello): Remove an unused
variable.
This commit is contained in:
Bruno Haible 2025-08-03 19:33:22 +02:00
parent 0e709dbdee
commit cad29a148e

View File

@ -43,7 +43,6 @@
{
GSVbox *cview;
GSHbox *buttonbar;
int i;
label1 = [NSTextField new];
[label1 setStringValue: _(@"Hello, world!")];