X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FWorkAreaManager.h;h=dfef00e6f69168cb2b679f1eff37b6845bbac2b8;hb=1f10969bb5c5f36017bf5ba8671381b09945cf57;hp=7d389c67034b82e5993887a9e139a06d9bf117ba;hpb=34859c9a4fb66b038268b9444de85692c5fa5471;p=lyx.git diff --git a/src/frontends/WorkAreaManager.h b/src/frontends/WorkAreaManager.h index 7d389c6703..dfef00e6f6 100644 --- a/src/frontends/WorkAreaManager.h +++ b/src/frontends/WorkAreaManager.h @@ -35,11 +35,9 @@ public: /// void remove(WorkArea * wa); /// - void redrawAll(); + void redrawAll(bool update_metrics); /// void closeAll(); - /// This function is called when the buffer readonly status change. - void setReadOnly(bool); /// Update window titles of all users. void updateTitles();