summaryrefslogtreecommitdiff
path: root/src/remote.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-10-30 14:00:44 +0100
committerMaxime Coste <frrrwww@gmail.com>2012-10-30 14:00:44 +0100
commit1ea4b3998a1a43b570e7891c253e0e426bee6a1c (patch)
tree26afe56676c03833fc1ffcdba9f4dab763a56fd5 /src/remote.hh
parentbc7dfec44cd588142915eabbbd740759ed299398 (diff)
Add a ClientManager for managing client lifetimes
Diffstat (limited to 'src/remote.hh')
-rw-r--r--src/remote.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/remote.hh b/src/remote.hh
index aa14eeb3..976a5bf8 100644
--- a/src/remote.hh
+++ b/src/remote.hh
@@ -7,10 +7,7 @@
namespace Kakoune
{
-struct peer_disconnected : public runtime_error
-{
- peer_disconnected() : runtime_error("peer disconnected") {}
-};
+struct peer_disconnected {};
class RemoteUI : public UserInterface
{