From 1beb8c80351e03b8ab4920ce9cd822ec4624f4a0 Mon Sep 17 00:00:00 2001 From: stippi Date: Mon, 22 Mar 2010 18:11:27 +0000 Subject: [PATCH] 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 --- src/apps/webpositive/DownloadWindow.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/apps/webpositive/DownloadWindow.h b/src/apps/webpositive/DownloadWindow.h index be0e84da6b..571c7f303b 100644 --- a/src/apps/webpositive/DownloadWindow.h +++ b/src/apps/webpositive/DownloadWindow.h @@ -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