Remove the copy of gtk file dialog

This commit is contained in:
Ilya Fedin
2021-06-26 22:36:45 +04:00
committed by John Preston
parent 85f013ebdb
commit 0b21c04489
8 changed files with 0 additions and 870 deletions
@@ -117,20 +117,6 @@ bool Get(
}
}
#endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION
if (const auto integration = GtkIntegration::Instance()) {
const auto result = integration->getFileDialog(
parent,
files,
remoteContent,
caption,
filter,
type,
startFile);
if (result.has_value()) {
return *result;
}
}
return ::FileDialog::internal::GetDefault(
parent,
files,