Remove pipeline index/driver mode/led mode caching in PhotonCamera

This commit is contained in:
icemannie
2021-12-15 11:16:09 -06:00
committed by GitHub
parent 3cd57b8b43
commit 1522adaa0e
3 changed files with 21 additions and 56 deletions

View File

@@ -139,10 +139,6 @@ class PhotonCamera {
nt::NetworkTableEntry ledModeEntry;
mutable Packet packet;
bool driverMode;
double pipelineIndex;
mutable LEDMode mode;
};
} // namespace photonlib