Whoops... should not have been part of the commit...

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@340 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi 2010-03-22 18:11:27 +00:00 committed by Alexandre Deckner
parent 6463044ee7
commit 1beb8c8035
1 changed files with 1 additions and 5 deletions

View File

@ -34,13 +34,11 @@ class BButton;
class BFile;
class BGroupLayout;
class BWebDownload;
class SettingsMessage;
class DownloadWindow : public BWindow {
public:
DownloadWindow(BRect frame, bool visible,
SettingsMessage* settings);
DownloadWindow(BRect frame, bool visible);
virtual ~DownloadWindow();
virtual void MessageReceived(BMessage* message);
@ -57,8 +55,6 @@ private:
private:
BGroupLayout* fDownloadViewsLayout;
BButton* fRemoveFinishedButton;
SettingsMessage* fSettings;
};
#endif // DOWNLOAD_WINDOW_H