chore: IClient.h remove unneeded overrides of nothing

This commit is contained in:
sithlord48
2025-10-25 20:03:32 -04:00
committed by Nick Bolton
parent 29f7a57d97
commit 091dbc0729

View File

@ -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;
};