Skip to content

Commit

Permalink
PR #3106 from SamerKhshiboun: Remove unused parameter _is_profile_exist
Browse files Browse the repository at this point in the history
  • Loading branch information
SamerKhshiboun committed May 22, 2024
2 parents f5a1ca5 + ce00324 commit 184eacf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion realsense2_camera/include/profile_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ namespace realsense2_camera
std::string _module_name;
std::map<stream_index_pair, rs2_format> _formats;
std::map<rs2_stream, int> _fps, _width, _height;
bool _is_profile_exist;
bool _force_image_default_qos;
};

Expand Down

0 comments on commit 184eacf

Please sign in to comment.