chore: IClient.h remove unneeded overrides of nothing
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user