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

Remove unnecessary overridden field that was not initialized.

The "gmenu2x" field is protected in Dialog, so use that.
Thanks to Ayla for debugging this.
This commit is contained in:
Maarten ter Huurne 2010-07-26 03:34:42 +02:00
parent 0a1fdf2c12
commit 5f45c67bb5

View File

@ -31,7 +31,6 @@ using std::vector;
class WallpaperDialog : protected Dialog {
private:
int selRow;
GMenu2X *gmenu2x;
public:
WallpaperDialog(GMenu2X *gmenu2x);