mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
$NetBSD: patch-ac,v 1.1 2012/10/22 02:39:54 rh Exp $
|
|
|
|
Remove duplicate instance variables from @implementation
|
|
|
|
--- gui/GSTest/StringDrawing-test/StringDrawing-test.m.orig 2003-08-25 20:26:11.000000000 +0000
|
|
+++ gui/GSTest/StringDrawing-test/StringDrawing-test.m
|
|
@@ -50,9 +50,7 @@
|
|
@end
|
|
|
|
@implementation TrivialTextView: NSView
|
|
-{
|
|
- NSAttributedString *attr;
|
|
-}
|
|
+
|
|
-(void) dealloc
|
|
{
|
|
TEST_RELEASE (attr);
|