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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user