Index: remoting/protocol/video_reader.h |
diff --git a/remoting/protocol/video_reader.h b/remoting/protocol/video_reader.h |
index ab94913798b2f6002caa68f5f1322f2708f18216..ba39be3c1f702942c8a1c052c91ad7acd30d5b09 100644 |
--- a/remoting/protocol/video_reader.h |
+++ b/remoting/protocol/video_reader.h |
@@ -32,9 +32,6 @@ class VideoReader { |
virtual void Init(Session* session, |
VideoStub* video_stub) = 0; |
- // Closes the reader. The stub should not be called after Close(). |
- virtual void Close() = 0; |
- |
protected: |
VideoReader() { } |