diff options
Diffstat (limited to 'remoting/base/encoder_row_based.h')
-rw-r--r-- | remoting/base/encoder_row_based.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/base/encoder_row_based.h b/remoting/base/encoder_row_based.h index fe7f49c..b3b62d5 100644 --- a/remoting/base/encoder_row_based.h +++ b/remoting/base/encoder_row_based.h @@ -61,10 +61,6 @@ class EncoderRowBased : public Encoder { scoped_refptr<CaptureData> capture_data_; scoped_ptr<DataAvailableCallback> callback_; - // The most recent screen size. - int screen_width_; - int screen_height_; - int packet_size_; }; |