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:
parent
01824fd19a
commit
d877c2fcd6
2 changed files with 0 additions and 16 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue