diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-05-29 10:43:53 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2021-05-29 10:43:53 -0500 |
| commit | a023657348051cbc7c8ea29e3b37f3e2e3fd16d8 (patch) | |
| tree | 2084980a9715c4de0bb32666aaa2154db5214eb3 /src/path_functions.cpp | |
| parent | bddf6c67c2f6822f9f2b02b0c478bc0af71e1e8a (diff) | |
Partial: Add mount list to options dialog
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 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 == "") |
