mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-25 19:05:21 +02: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:
parent
0a1fdf2c12
commit
5f45c67bb5
@ -31,7 +31,6 @@ using std::vector;
|
||||
class WallpaperDialog : protected Dialog {
|
||||
private:
|
||||
int selRow;
|
||||
GMenu2X *gmenu2x;
|
||||
|
||||
public:
|
||||
WallpaperDialog(GMenu2X *gmenu2x);
|
||||
|
Loading…
Reference in New Issue
Block a user