Commit bf689cab authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

projectM: remove redundant vlc_savecancel()

parent 2b873188
...@@ -310,8 +310,6 @@ static void *Thread( void *p_data ) ...@@ -310,8 +310,6 @@ static void *Thread( void *p_data )
projectM::Settings settings; projectM::Settings settings;
#endif #endif
vlc_savecancel();
/* Create the openGL provider */ /* Create the openGL provider */
p_sys->p_vout = p_sys->p_vout =
(vout_thread_t *)vlc_object_create( p_filter, sizeof(vout_thread_t) ); (vout_thread_t *)vlc_object_create( p_filter, sizeof(vout_thread_t) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment