Merge pull request #439 from fufesou/refact/remove_unused_proto_field

refact: proto, remove unused field
This commit is contained in:
RustDesk
2025-11-15 11:29:28 +08:00
committed by GitHub

View File

@@ -607,7 +607,6 @@ message SwitchDisplay {
SupportedResolutions resolutions = 7;
// Do not care about the origin point for now.
Resolution original_resolution = 8;
double scale = 9;
}
message CaptureDisplays {