remove unused space (#26680)

controls-smooth-startup^2
Lee Jong Mun 3 years ago committed by GitHub
parent 20dba2f33d
commit 92296ce55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/ui/ui.cc
  2. 1
      selfdrive/ui/ui.h

@ -57,7 +57,6 @@ void update_leads(UIState *s, const cereal::RadarState::Reader &radar_state, con
void update_line_data(const UIState *s, const cereal::ModelDataV2::XYZTData::Reader &line,
float y_off, float z_off, QPolygonF *pvd, int max_idx, bool allow_invert=true) {
const auto line_x = line.getX(), line_y = line.getY(), line_z = line.getZ();
QPolygonF left_points, right_points;
left_points.reserve(max_idx + 1);
right_points.reserve(max_idx + 1);

@ -152,7 +152,6 @@ private:
UIState *uiState();
// device management class
class Device : public QObject {
Q_OBJECT

Loading…
Cancel
Save