summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/haiku/FileChooserHaiku.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/haiku/FileChooserHaiku.cpp')
-rw-r--r--WebCore/platform/haiku/FileChooserHaiku.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/platform/haiku/FileChooserHaiku.cpp b/WebCore/platform/haiku/FileChooserHaiku.cpp
index b0e42b6..f56e02b 100644
--- a/WebCore/platform/haiku/FileChooserHaiku.cpp
+++ b/WebCore/platform/haiku/FileChooserHaiku.cpp
@@ -28,14 +28,6 @@
namespace WebCore {
-FileChooser::FileChooser(FileChooserClient* client, const String& filename)
- : m_client(client)
- , m_filenames()
- , m_icon(chooseIcon(filename))
-{
- m_filenames.append(filename);
-}
-
String FileChooser::basenameForWidth(const Font&, int width) const
{
notImplemented();