summaryrefslogtreecommitdiffstats
path: root/data.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--data.h2
-rw-r--r--data.hpp4
2 files changed, 0 insertions, 6 deletions
diff --git a/data.h b/data.h
index 17e1a4da0..3137f8fa2 100644
--- a/data.h
+++ b/data.h
@@ -23,9 +23,7 @@ int DataManager_LoadValues(const char* filename);
int DataManager_Flush();
const char* DataManager_GetStrValue(const char* varName);
const char* DataManager_GetCurrentStoragePath();
-const char* DataManager_GetCurrentStorageMount();
const char* DataManager_GetSettingsStoragePath();
-const char* DataManager_GetSettingsStorageMount();
int DataManager_GetIntValue(const char* varName);
int DataManager_SetStrValue(const char* varName, char* value);
diff --git a/data.hpp b/data.hpp
index 55966a1c3..b540675cd 100644
--- a/data.hpp
+++ b/data.hpp
@@ -57,12 +57,8 @@ public:
static string GetCurrentStoragePath(void);
static string& CGetCurrentStoragePath();
- static string GetCurrentStorageMount(void);
- static string& CGetCurrentStorageMount();
static string GetSettingsStoragePath(void);
static string& CGetSettingsStoragePath();
- static string GetSettingsStorageMount(void);
- static string& CGetSettingsStorageMount();
protected:
typedef pair<string, int> TStrIntPair;