| Index: remoting/protocol/input_event_tracker.h
|
| diff --git a/remoting/protocol/input_event_tracker.h b/remoting/protocol/input_event_tracker.h
|
| index 700bbe8592dbf8d914d19972f85655f7a095667f..794fffe936c24eb9ecc47f1b06cf925d55d233d7 100644
|
| --- a/remoting/protocol/input_event_tracker.h
|
| +++ b/remoting/protocol/input_event_tracker.h
|
| @@ -40,8 +40,6 @@ class InputEventTracker : public InputStub {
|
| private:
|
| protocol::InputStub* input_stub_;
|
|
|
| - // TODO(wez): Remove this member when we stop supporting VKEY based clients.
|
| - std::set<int> pressed_vkeys_;
|
| std::set<uint32> pressed_keys_;
|
|
|
| SkIPoint mouse_pos_;
|
|
|