From 2c6d011d66e739a0dce68aa938d81263702b8f4a Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 14 Feb 2017 02:09:52 +0100 Subject: [PATCH] que --- path_functions.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/path_functions.cpp b/path_functions.cpp index 3f9b6d8..5c58e3d 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -10,14 +10,11 @@ QString AOApplication::get_base_path(){ - return "E:/AO/client/base/"; - /* #ifdef OMNI_DEBUG return "/media/omnitroid/Data/winshare/AO/client/base/"; #else return (QDir::currentPath() + "/base/"); #endif -*/ }