mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:07:36 +00:00
LibGUI: Remove GUI::FilePicker::file_exists()
I have no idea why this existed but everyone should just use Core::File::exists() instead. :^)
This commit is contained in:
parent
a8e0671344
commit
4f0be55770
4 changed files with 4 additions and 18 deletions
|
@ -49,7 +49,6 @@ public:
|
|||
|
||||
static Optional<String> get_open_filepath(Window* parent_window, const String& window_title = {});
|
||||
static Optional<String> get_save_filepath(Window* parent_window, const String& title, const String& extension);
|
||||
static bool file_exists(const StringView& path);
|
||||
|
||||
virtual ~FilePicker() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue