Skip to content
Snippets Groups Projects
Commit cd3d68dd authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

qt: firstrun: remove obsolete warning


The configuration file is locked before serialization and the
config_SaveConfigFile can thus be called at multiple places at the same
time.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f3511a70
No related branches found
No related tags found
No related merge requests found
......@@ -44,9 +44,6 @@ void FirstRun::save()
#endif
config_PutInt( "qt-privacy-ask", 0 );
/* FIXME Should not save here. This will not work as expected if another
* plugin overwrote items of its own. */
#warning FIXME
/* We have to save here because the user may not launch Prefs */
config_SaveConfigFile( p_intf );
close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment