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
2012-07-03 15:38:19 +02:00
committed by Alexandre Deckner
parent 6463044ee7
commit 1beb8c8035
+1 -5
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