]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/interaction.m
intf_UserWarn: remove dead code
[vlc] / modules / gui / macosx / interaction.m
index 819a4d512e956a057e027c5fc2b27fd15d012a80..eab3fb8811f09573a75425ba8117baec7eb04655 100644 (file)
         [[[[VLCMain sharedInstance] getInteractionList] getErrorPanel]
         addError: o_title withMsg: o_description];
     }
-    else if( p_dialog->i_flags & DIALOG_WARNING )
-    {
-        msg_Dbg( p_intf, "addition to non-blocking warning panel received" );
-        [[[[VLCMain sharedInstance] getInteractionList] getErrorPanel]
-            addWarning: o_title withMsg: o_description];
-    }
     else if( p_dialog->i_flags & DIALOG_YES_NO_CANCEL )
     {
         msg_Dbg( p_intf, "yes-no-cancel-dialog requested" );