diff --git a/src/lib/deskflow/IClient.h b/src/lib/deskflow/IClient.h index 35882519f..781df217b 100644 --- a/src/lib/deskflow/IClient.h +++ b/src/lib/deskflow/IClient.h @@ -154,10 +154,4 @@ public: virtual std::string getName() const = 0; //@} - - // IScreen overrides - void *getEventTarget() const override = 0; - bool getClipboard(ClipboardID id, IClipboard *) const override = 0; - void getShape(int32_t &x, int32_t &y, int32_t &width, int32_t &height) const override = 0; - void getCursorPos(int32_t &x, int32_t &y) const override = 0; };