Skip to content

Commit

Permalink
remove NULL calibration check
Browse files Browse the repository at this point in the history
  • Loading branch information
dubusster committed Jan 11, 2024
1 parent 8babb28 commit 5ede599
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cpp/video_io/IRFileLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,6 @@ namespace rir
BaseCalibration *IRFileLoader::calibration() const { return m_data->calib; }
bool IRFileLoader::setCalibration(BaseCalibration *calibration)
{
if (!calibration)
return false;
m_data->calib = calibration;
return true;
}
Expand Down

0 comments on commit 5ede599

Please sign in to comment.