summaryrefslogtreecommitdiffstats
path: root/src/input_common/udp/client.h
diff options
context:
space:
mode:
authorAmeer <aj662@drexel.edu>2020-06-21 19:02:43 +0200
committerAmeer <aj662@drexel.edu>2020-06-21 19:02:43 +0200
commit0076a08d04017036b12405bfb933fa9272f8b0cd (patch)
tree69eda77b0bc11a6f13a002f62517c333fa7635a2 /src/input_common/udp/client.h
parentAdd libusb dependency (diff)
downloadyuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar
yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.gz
yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.bz2
yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.lz
yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.xz
yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.tar.zst
yuzu-0076a08d04017036b12405bfb933fa9272f8b0cd.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/udp/client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_common/udp/client.h b/src/input_common/udp/client.h
index b58e319b6..b8c654755 100644
--- a/src/input_common/udp/client.h
+++ b/src/input_common/udp/client.h
@@ -40,7 +40,6 @@ struct DeviceStatus {
u16 max_x{};
u16 max_y{};
};
-
std::optional<CalibrationData> touch_calibration;
};
@@ -73,7 +72,6 @@ public:
Stage1Completed,
Completed,
};
-
/**
* Constructs and starts the job with the specified parameter.
*