| Index: remoting/codec/video_encoder_verbatim.cc
|
| diff --git a/remoting/codec/video_encoder_verbatim.cc b/remoting/codec/video_encoder_verbatim.cc
|
| index 424221bfe6b6330b40585d092402f954c101fdc3..0133b3f4f499b56c4c774a02e517c82d8df48432 100644
|
| --- a/remoting/codec/video_encoder_verbatim.cc
|
| +++ b/remoting/codec/video_encoder_verbatim.cc
|
| @@ -13,8 +13,6 @@
|
|
|
| namespace remoting {
|
|
|
| -static const int kPacketSize = 1024 * 1024;
|
| -
|
| VideoEncoderVerbatim::VideoEncoderVerbatim() {}
|
| VideoEncoderVerbatim::~VideoEncoderVerbatim() {}
|
|
|
|
|