summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-01 13:27:00 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-01 21:33:36 +0300
commit748b2dc257650d9ff6e740496802cb977227bc21 (patch)
tree8b609eebf4b0733d5f0ccb5586d9c1999afba846 /src/client.h
parente8ce245e0bbb87bc45d15b9f0eb8bf423373d203 (diff)
downloadplus-748b2dc257650d9ff6e740496802cb977227bc21.tar.gz
plus-748b2dc257650d9ff6e740496802cb977227bc21.tar.bz2
plus-748b2dc257650d9ff6e740496802cb977227bc21.tar.xz
plus-748b2dc257650d9ff6e740496802cb977227bc21.zip
move package directory variable from client into paths.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.h b/src/client.h
index 48801b274..9d1a23266 100644
--- a/src/client.h
+++ b/src/client.h
@@ -233,9 +233,6 @@ public:
State getState() const A_WARN_UNUSED
{ return mState; }
- const std::string &getPackageDirectory() const A_WARN_UNUSED
- { return mPackageDir; }
-
const std::string &getConfigDirectory() const A_WARN_UNUSED
{ return mConfigDir; }
@@ -390,7 +387,6 @@ private:
Options mOptions;
- std::string mPackageDir;
std::string mConfigDir;
std::string mServerConfigDir;
std::string mLocalDataDir;