summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/event_executor.h')
-rw-r--r--remoting/host/event_executor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h
index 1032367..28dd559 100644
--- a/remoting/host/event_executor.h
+++ b/remoting/host/event_executor.h
@@ -30,9 +30,6 @@ class EventExecutor : public protocol::ClipboardStub,
// Initialises any objects needed to execute events.
virtual void Start(
scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
-
- // Destroys any objects constructed by Start() and deletes |this|.
- virtual void StopAndDelete() = 0;
};
} // namespace remoting