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
-1
View File
@@ -31,7 +31,6 @@ using std::vector;
class WallpaperDialog : protected Dialog {
private:
int selRow;
GMenu2X *gmenu2x;
public:
WallpaperDialog(GMenu2X *gmenu2x);