Skip to content
Snippets Groups Projects
Commit 59862acd authored by George Nachman's avatar George Nachman
Browse files

Remove unneeded synthesize

parent bdaaf7f0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -48,8 +48,6 @@ DebugLog([NSString stringWithFormat:args]); \
NSString *_truncatedValue;
}
 
@synthesize truncatedValue = _truncatedValue;
- (void)setTruncatedValue:(NSString *)truncatedValue {
[_truncatedValue autorelease];
_truncatedValue = [truncatedValue retain];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment