Comment out unused variables.

This commit is contained in:
Arthur Britto
2013-02-02 19:11:35 -08:00
parent dc89b3eaf9
commit f1ffac8757

View File

@@ -628,8 +628,8 @@ public:
// std::string getText() const;
Json::Value getJson(int) const;
uint160 mCurrencyID;
uint160 mCurrentAccount; // what account is at the end of the path
// uint160 mCurrencyID;
// uint160 mCurrentAccount; // what account is at the end of the path
std::vector<STPathElement>::iterator begin() { return mPath.begin(); }
std::vector<STPathElement>::iterator end() { return mPath.end(); }