aboutsummaryrefslogtreecommitdiff
path: root/src/path_functions.cpp
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-05-29 10:43:53 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2021-05-29 10:43:53 -0500
commita023657348051cbc7c8ea29e3b37f3e2e3fd16d8 (patch)
tree2084980a9715c4de0bb32666aaa2154db5214eb3 /src/path_functions.cpp
parentbddf6c67c2f6822f9f2b02b0c478bc0af71e1e8a (diff)
Partial: Add mount list to options dialog
Diffstat (limited to 'src/path_functions.cpp')
-rw-r--r--src/path_functions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path_functions.cpp b/src/path_functions.cpp
index 51073494..97005295 100644
--- a/src/path_functions.cpp
+++ b/src/path_functions.cpp
@@ -39,8 +39,6 @@ QString AOApplication::get_base_path()
return base_path;
}
-QString AOApplication::get_data_path() { return get_base_path() + "data/"; }
-
QString AOApplication::get_theme_path(QString p_file, QString p_theme)
{
if (p_theme == "")