Commit c79d407e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Fix tautology.

parent da672e06
......@@ -575,11 +575,8 @@ error:
{
if( p_item ) vlc_gc_decref( p_item );
p_item = [[[VLCMain sharedInstance] getInfo] item];
if( o_children != NULL )
{
[o_children release];
o_children = NULL;
}
[o_children release];
o_children = nil;
}
- (VLCInfoTreeItem *)childAtIndex:(int)i_index {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment