]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.m
* interaction.c: always show errors through the interaction framework, even if the...
[vlc] / modules / gui / macosx / intf.m
index 366091b69181cda9fcb2202fe055ca440d2ee131..9d25ff1c1a504d0da0d919ef7657bcc2a780d236 100644 (file)
@@ -1309,7 +1309,6 @@ static VLCMain *_o_sharedMainInstance = nil;
 - (void)updateMessageArray
 {
     int i_start, i_stop;
-    vlc_value_t quiet;
 
     vlc_mutex_lock( p_intf->p_sys->p_sub->p_lock );
     i_stop = *p_intf->p_sys->p_sub->pi_stop;
@@ -1363,8 +1362,6 @@ static VLCMain *_o_sharedMainInstance = nil;
             [o_msg_arr addObject: [o_msg_color autorelease]];
 
             [o_msg_lock unlock];
-
-            var_Get( p_intf->p_vlc, "verbose", &quiet );
         }
 
         vlc_mutex_lock( p_intf->p_sys->p_sub->p_lock );