diff options
Diffstat (limited to 'remoting/base/decoder_zlib.cc')
-rw-r--r-- | remoting/base/decoder_zlib.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/base/decoder_zlib.cc b/remoting/base/decoder_zlib.cc index f7d7b3a..8aabfbc 100644 --- a/remoting/base/decoder_zlib.cc +++ b/remoting/base/decoder_zlib.cc @@ -26,9 +26,6 @@ DecoderZlib::DecoderZlib() encoding_ = EncodingZlib; } -DecoderZlib::~DecoderZlib() { -} - bool DecoderZlib::BeginDecode(scoped_refptr<media::VideoFrame> frame, UpdatedRects* updated_rects, Task* partial_decode_done, |