Remove dead legacy storage fallback and hide GLFW state
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
#elif defined(__ANDROID__)
|
||||
return pp::platform::legacy::active_legacy_android_storage_paths();
|
||||
#else
|
||||
return pp::platform::legacy::active_legacy_storage_paths();
|
||||
return {};
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user