mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:47:46 +00:00
HackStudio: Remove storing a vector of opened files in Project class
It looks to me like this has the same purpose as m_open_files in the HackStudioWidget, so removing it shouldn't change anything.
This commit is contained in:
parent
5bb6936a2a
commit
4a1974b174
2 changed files with 1 additions and 8 deletions
|
@ -36,7 +36,6 @@ private:
|
|||
String to_absolute_path(const String&) const;
|
||||
|
||||
RefPtr<GUI::FileSystemModel> m_model;
|
||||
mutable NonnullRefPtrVector<ProjectFile> m_files;
|
||||
|
||||
String m_root_path;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue