Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c99897b0 authored by Oliver Nguyen's avatar Oliver Nguyen Committed by android-build-merger
Browse files

Merge "Remove undefined functions from VirtualTouchpadClient." am: 622d91bf

am: 5fe22f05

Change-Id: I208ab0983c0f5e1c76167f49e972c4d3fb842501
parents 50c94c69 5fe22f05
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -13,12 +13,6 @@ class VirtualTouchpadClient : public VirtualTouchpad {
 public:
  // VirtualTouchpad implementation:
  static std::unique_ptr<VirtualTouchpad> Create();
  status_t Attach() override;
  status_t Detach() override;
  status_t Touch(int touchpad, float x, float y, float pressure) override;
  status_t ButtonState(int touchpad, int buttons) override;
  status_t Scroll(int touchpad, float x, float y) override;
  void dumpInternal(String8& result) override;

 protected:
  VirtualTouchpadClient() {}