]> git.sesse.net Git - vlc/commitdiff
projectM: remove redundant vlc_savecancel()
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 13 Oct 2014 16:08:55 +0000 (19:08 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 16 Oct 2014 17:23:39 +0000 (20:23 +0300)
modules/visualization/projectm.cpp

index a9ed65a142cec797b7d0b0b15d8c39365763204e..36ad076de629aaf9d02b3695f822aaab3c00f929 100644 (file)
@@ -310,8 +310,6 @@ static void *Thread( void *p_data )
     projectM::Settings settings;
 #endif
 
-    vlc_savecancel();
-
     /* Create the openGL provider */
     p_sys->p_vout =
         (vout_thread_t *)vlc_object_create( p_filter, sizeof(vout_thread_t) );