1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Removed variable/function to get the directory of the executable.

The application shouldn't care from which directory it is being
executed.
This commit is contained in:
Paul Cercueil
2012-06-24 23:19:45 +02:00
parent cf20f3673e
commit 1241523105
3 changed files with 0 additions and 29 deletions

View File

@@ -65,7 +65,6 @@ typedef std::tr1::unordered_map<std::string, int, std::tr1::hash<std::string> >
class GMenu2X {
private:
Touchscreen ts;
std::string path; //!< Contains the working directory of GMenu2X
/*!
Retrieves the free disk space on the sd
@@ -134,14 +133,6 @@ public:
uint resX, resY, halfX, halfY;
uint bottomBarIconY, bottomBarTextY, linkColumns, linkRows;
/*!
Retrieves the parent directory of GMenu2X.
This functions is used to initialize the "path" variable.
@see path
@return String containing the parent directory
*/
const std::string &getExePath();
InputManager input;
//Configuration hashes