diff options
Diffstat (limited to 'src/path_functions.cpp')
| -rw-r--r-- | src/path_functions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path_functions.cpp b/src/path_functions.cpp index 07c9517c..811ca76f 100644 --- a/src/path_functions.cpp +++ b/src/path_functions.cpp @@ -30,8 +30,6 @@ QString AOApplication::get_base_path() QString external_storage = getenv("EXTERNAL_STORAGE"); base_path = external_storage + "/AO2/"; } -#elif defined __APPLE__ - base_path = applicationDirPath() + "/../../../base/"; #else base_path = applicationDirPath() + "/base/"; #endif |
