X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FWorkArea.h;h=8e459ca37524f3aa11240b1947f81ca1d4d00591;hb=50060053e36b3e9dfe03bc33ed3abac1eacc54b0;hp=059268617c572ffbe554054eeee8e5182a7f5201;hpb=570f96bc6e9af6c488234c7f261b320844f97dc0;p=lyx.git diff --git a/src/frontends/WorkArea.h b/src/frontends/WorkArea.h index 059268617c..8e459ca375 100644 --- a/src/frontends/WorkArea.h +++ b/src/frontends/WorkArea.h @@ -15,7 +15,6 @@ #define BASE_WORKAREA_H #include "frontends/KeyModifier.h" -#include "frontends/LyXView.h" namespace lyx { @@ -43,8 +42,6 @@ public: /// close this work area. /// Slot for Buffer::closing signal. virtual void close() = 0; - /// This function is called when the buffer readonly status change. - virtual void setReadOnly(bool) = 0; /// Update window titles of all users. virtual void updateWindowTitle() = 0;