Remove dead legacy storage fallback and hide GLFW state
This commit is contained in:
@@ -142,13 +142,6 @@ void execute_legacy_app_init_log(App& app)
|
||||
app.rec_path,
|
||||
app.tmp_path,
|
||||
});
|
||||
#else
|
||||
pp::platform::legacy::set_legacy_storage_paths({
|
||||
app.data_path,
|
||||
app.work_path,
|
||||
app.rec_path,
|
||||
app.tmp_path,
|
||||
});
|
||||
#endif
|
||||
|
||||
//LogRemote::I.start();
|
||||
|
||||
Reference in New Issue
Block a user