From 6f9329efac5c00c1e5226b44b23e8ed2a149d3c7 Mon Sep 17 00:00:00 2001 From: OmniTroid Date: Tue, 14 Feb 2017 02:06:04 +0100 Subject: [PATCH] removed cheap hack --- 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 -*/ }