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

Removed last bits of the "backlight" feature.

This commit is contained in:
Paul Cercueil
2012-06-15 00:13:02 +02:00
parent 21fee6ccd1
commit d6621584e3
2 changed files with 1 additions and 36 deletions

View File

@@ -85,7 +85,7 @@ private:
@return A number representing battery charge. 0 means fully discharged. 5 means fully charged. 6 represents a gp2x using AC power.
*/
unsigned short getBatteryLevel();
FILE* batteryHandle, *backlightHandle, *usbHandle, *acHandle;
FILE* batteryHandle, *usbHandle, *acHandle;
void browsePath(const std::string &path, std::vector<std::string>* directories, std::vector<std::string>* files);
/*!
Starts the scanning of the nand and sd filesystems, searching for dge and gpu files and creating the links in 2 dedicated sections.
@@ -173,9 +173,6 @@ public:
void setClock(unsigned mhz);
void setBacklight(int val);
int getBackLight();
void setInputSpeed();
void writeConfig();