Avoid use of nonexistent variable evem in commented-out code

Change-Id: Icc9def55a814fc1309ce143a84effc140a90a92b
This commit is contained in:
Tor Lillqvist
2014-01-14 13:57:11 +02:00
parent 9e56955434
commit c0796dfe21
2 changed files with 0 additions and 2 deletions

View File

@@ -112,7 +112,6 @@
[runningTextContent appendString:string];
//NSLog(@"currentElement: %@", currentElement);
//NSLog(@"read: %@", string);
}

View File

@@ -72,7 +72,6 @@ static NSDictionary *metaXML2MDIKeys;
{
if ((self = [super init]) != nil) {
shouldReadCharacters = NO;
// currentElement = nil;
textCurrentElement = nil;
return self;