diff options
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 29d0c823..713dee56 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -322,7 +322,6 @@ private: FileContext* m_context; bool m_fileContentsLock = true; // file contents protection from accidental modification in the UI - ClickableStateLabel* m_fileContentsLockStatus; BinaryViewRef m_data; QWidget* m_view = nullptr; QWidget* m_viewContainer; @@ -358,7 +357,6 @@ public: FileContext* getFileContext() const { return m_context; } bool areFileContentsLocked(bool showToolTip = false); void setFileContentsLocked(bool enable); - QWidget* getFileContentsLockStatus(); DockHandler* getDockHandler(); |
