mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 12:36:17 +02:00
Removed unused field.
This commit is contained in:
parent
43b7c3db78
commit
ea7b4ec002
@ -25,7 +25,6 @@ using namespace std;
|
||||
|
||||
WallpaperDialog::WallpaperDialog(GMenu2X *gmenu2x)
|
||||
: Dialog(gmenu2x)
|
||||
, selRow(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -29,9 +29,6 @@ using std::string;
|
||||
using std::vector;
|
||||
|
||||
class WallpaperDialog : protected Dialog {
|
||||
private:
|
||||
int selRow;
|
||||
|
||||
public:
|
||||
WallpaperDialog(GMenu2X *gmenu2x);
|
||||
string wallpaper;
|
||||
|
Loading…
Reference in New Issue
Block a user