[host] capture: stop sending DPI information

The client doesn't need DPI information anymore, so there is no point
fetching it.
This commit is contained in:
Quantum
2021-07-17 02:21:26 -04:00
committed by Geoffrey McRae
parent e0c9a71cd8
commit 9ab85fd0b8
5 changed files with 3 additions and 32 deletions

View File

@@ -108,7 +108,6 @@ typedef struct CaptureInterface
void (*stop )();
bool (*deinit )();
void (*free )();
unsigned int (*getMouseScale)();
CaptureResult (*capture )();
CaptureResult (*waitFrame )(CaptureFrame * frame, const size_t maxFrameSize);