[studio] Remove Editor::requiresConstantRefresh
This commit is contained in:
@@ -23,7 +23,6 @@ class BaseEditor: public Widget {
|
||||
bool m_cutEnabled = false;
|
||||
bool m_copyEnabled = false;
|
||||
bool m_pasteEnabled = false;
|
||||
bool m_requiresConstantRefresh = false;
|
||||
|
||||
public:
|
||||
~BaseEditor() override = default;
|
||||
@@ -52,9 +51,6 @@ class BaseEditor: public Widget {
|
||||
|
||||
virtual void onActivated() noexcept;
|
||||
|
||||
[[nodiscard]]
|
||||
bool requiresConstantRefresh() const noexcept;
|
||||
|
||||
void close() const;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user