]> git.sesse.net Git - vlc/commitdiff
* reenable the prefs. this was a small leftover from debugging
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 15 Jul 2004 15:24:53 +0000 (15:24 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 15 Jul 2004 15:24:53 +0000 (15:24 +0000)
modules/gui/macosx/prefs.m

index 34b46c65866cc1bd7a45e9dba9f16c4cb30cfdda..0481baade6d234e0eb84cc446e25347b45b3f007 100644 (file)
@@ -1092,7 +1092,6 @@ static VLCTreeItem *o_root_item = nil;
 }
 
 - (int)numberOfChildren {
-    return 0;
     id i_tmp = [self children];
     return (i_tmp == IsALeafNode) ? (-1) : (int)[i_tmp count];
 }