summaryrefslogtreecommitdiff
path: root/src/window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hh')
-rw-r--r--src/window.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.hh b/src/window.hh
index e6f27369..2b96cb70 100644
--- a/src/window.hh
+++ b/src/window.hh
@@ -43,7 +43,6 @@ public:
Buffer& buffer() const { return *m_buffer; }
bool needs_redraw(const Context& context) const;
- void force_redraw() { m_last_setup = Setup{}; }
void set_client(Client* client) { m_client = client; }