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

Removed unused field.

This commit is contained in:
Maarten ter Huurne 2010-07-26 05:08:56 +02:00
parent 43b7c3db78
commit ea7b4ec002
2 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@ using namespace std;
WallpaperDialog::WallpaperDialog(GMenu2X *gmenu2x)
: Dialog(gmenu2x)
, selRow(0)
{
}

View File

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