mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
PixelPaint: Remove unused methods to access files directly
After transitioning to FileSystemAccessServer, some of the methods in `MainWidget` and `ProjectLoader` for opening files directly with a filename as opposed to with a file descriptor are unused. This commit removes them.
This commit is contained in:
parent
f337580191
commit
1e1e5bb5f7
4 changed files with 0 additions and 22 deletions
|
@ -34,7 +34,6 @@ public:
|
|||
void initialize_menubar(GUI::Window&);
|
||||
|
||||
void open_image_fd(int fd, String const& path);
|
||||
void open_image_file(String const& path);
|
||||
void create_default_image();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue