summaryrefslogtreecommitdiff
path: root/src/remote.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-08-23 15:18:18 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-08-23 15:18:18 +0100
commit0755366cb15674da50162cf37848d94773fd36ac (patch)
tree2844c0fe37759e890529552dbce6b6b540570f47 /src/remote.hh
parenta2e90c2c2570e432d4c71a15cdb2cacd1a7c0407 (diff)
Rework resize handling
Fixes #383
Diffstat (limited to 'src/remote.hh')
-rw-r--r--src/remote.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remote.hh b/src/remote.hh
index 60d61619..3671521c 100644
--- a/src/remote.hh
+++ b/src/remote.hh
@@ -38,7 +38,6 @@ private:
std::unique_ptr<UserInterface> m_ui;
std::unique_ptr<FDWatcher> m_socket_watcher;
- CharCoord m_dimensions;
};
void send_command(StringView session, StringView command);