1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:05:26 +03:00

Removed unused field from class Button.

This commit is contained in:
Maarten ter Huurne 2010-07-26 05:51:09 +02:00
parent 0586595de5
commit 07bad5ade1

View File

@ -40,7 +40,6 @@ protected:
int lastTick;
public:
string path;
Button(GMenu2X *gmenu2x, bool doubleClick = false);
virtual ~Button() {};