| Index: device/usb/mojo/device_impl.h
|
| diff --git a/device/usb/mojo/device_impl.h b/device/usb/mojo/device_impl.h
|
| index 6c77d386a3e36cc2f35122cc4fe2017e530d6afc..a0a4cfc551bc0f4f034c3f778a4cdd81a358de76 100644
|
| --- a/device/usb/mojo/device_impl.h
|
| +++ b/device/usb/mojo/device_impl.h
|
| @@ -55,7 +55,6 @@ class DeviceImpl : public Device, public device::UsbDevice::Observer {
|
|
|
| // Device implementation:
|
| void GetDeviceInfo(const GetDeviceInfoCallback& callback) override;
|
| - void GetConfiguration(const GetConfigurationCallback& callback) override;
|
| void Open(const OpenCallback& callback) override;
|
| void Close(const CloseCallback& callback) override;
|
| void SetConfiguration(uint8_t value,
|
|
|