Do some minor code cleanups
This commit is contained in:
parent
45285a4a66
commit
3db710f101
2 changed files with 3 additions and 5 deletions
|
|
@ -11,7 +11,6 @@
|
|||
#error This source file requires ARC
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__)
|
||||
const fs::path& getUserDocumentsDirectory()
|
||||
{
|
||||
static const fs::path directory = []() -> fs::path {
|
||||
|
|
@ -26,4 +25,3 @@ const fs::path& getUserDocumentsDirectory()
|
|||
}();
|
||||
return directory;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue