1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:27:35 +00:00

Spreadsheet: Remove unused Workbook::load() function

This commit is contained in:
Karol Kosek 2022-05-22 12:09:14 +02:00 committed by Ali Mohammad Pur
parent 01824fd19a
commit d877c2fcd6
2 changed files with 0 additions and 16 deletions

View file

@ -18,7 +18,6 @@ public:
Workbook(NonnullRefPtrVector<Sheet>&& sheets, GUI::Window& parent_window);
Result<bool, String> save(StringView filename);
Result<bool, String> load(StringView filename);
Result<bool, String> open_file(Core::File&);
String const& current_filename() const { return m_current_filename; }