| Index: Source/platform/FileChooser.h
|
| diff --git a/Source/platform/FileChooser.h b/Source/platform/FileChooser.h
|
| index 784bc4b358749ad61e604df48e95c1cc85e07d94..c06906b2aa1e2442d8e88091fde9db3eafd0e8da 100644
|
| --- a/Source/platform/FileChooser.h
|
| +++ b/Source/platform/FileChooser.h
|
| @@ -94,8 +94,6 @@ public:
|
|
|
| void disconnectClient() { m_client = 0; }
|
|
|
| - 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.
|
| void chooseFiles(const Vector<FileChooserFileInfo>& files);
|
|
|
|
|