Index: Source/platform/FileChooser.h |
diff --git a/Source/platform/FileChooser.h b/Source/platform/FileChooser.h |
index 14197b011b79cb6177c06afbd187b29390bf4ee5..784bc4b358749ad61e604df48e95c1cc85e07d94 100644 |
--- a/Source/platform/FileChooser.h |
+++ b/Source/platform/FileChooser.h |
@@ -94,7 +94,6 @@ public: |
void disconnectClient() { m_client = 0; } |
- void chooseFile(const String& path); |
void chooseFiles(const Vector<String>& paths); |
// FIXME: We should probably just pass file paths that could be virtual paths with proper display names rather than passing structs. |