Skip to content

Commit

Permalink
PR #10740 from OhadMeir: Remove unused variable pid in ds5_advanced_m…
Browse files Browse the repository at this point in the history
…ode_base constructor

Remove unused variable pid in ds5_advanced_mode_base constructor
  • Loading branch information
Nir-Az authored Aug 2, 2022
2 parents 8a1f951 + cf2062d commit 2d48d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ds5/advanced_mode/advanced_mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ namespace librealsense
};

// "Remove IR Pattern" visual preset is available only for D400, D410, D415, D460, D465
std::string pid = _depth_sensor.get_info(RS2_CAMERA_INFO_PRODUCT_ID);
_preset_opt = std::make_shared<advanced_mode_preset_option>(*this,
_depth_sensor,
option_range{ 0,
Expand Down

0 comments on commit 2d48d0d

Please sign in to comment.