]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/about.m
* AUTHORS: add a location to bigben's entry to prevent the OSX-About-Window-Parser...
[vlc] / modules / gui / macosx / about.m
index d60cf0b7d4c9a88a167551303f8de728b3924ff7..589abbbdba5757cf1ee75904c27a126ebf15d477 100644 (file)
@@ -57,9 +57,6 @@ static VLAboutBox *_o_sharedInstance = nil;
         NSString *o_name;
         NSString *o_version;
         NSString *o_thanks_path;
-        
-               /* Load the needed nib-file */
-               [NSBundle loadNibNamed:@"About" owner:self];
                
         /* Get the info dictionary (Info.plist) */
         o_info_dict = [[NSBundle mainBundle] infoDictionary];