aboutsummaryrefslogtreecommitdiff
path: root/path_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'path_functions.cpp')
-rw-r--r--path_functions.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/path_functions.cpp b/path_functions.cpp
index 5c3d7f3a..d4238c95 100644
--- a/path_functions.cpp
+++ b/path_functions.cpp
@@ -26,21 +26,6 @@ QString AOApplication::get_base_path()
#endif
}
return base_path;
- /*
-#ifdef OMNI_DEBUG
- return "/media/omnitroid/Data/winshare/AO/client/base/";
-#elif OMNI_DEBUG2
- return "/home/omnitroid/winshare/AO/client/base/";
-#elif defined(OMNI_WIN_DEBUG)
- return "E:/AO/client/base/";
-#elif defined(OMNI_WIN_DEBUG2)
- return "F:/winshare/AO/client/base/";
-#elif defined(ANDROID)
- return "/storage/extSdCard/AO2/";
-#else
- return QDir::currentPath() + "/base/";
-#endif
-*/
}
QString AOApplication::get_data_path()