diff --git a/source/LibMultiSense/details/utilities.cc b/source/LibMultiSense/details/utilities.cc index 5c20566..768a291 100644 --- a/source/LibMultiSense/details/utilities.cc +++ b/source/LibMultiSense/details/utilities.cc @@ -185,7 +185,6 @@ bool write_image(const Image &image, const std::filesystem::path &path) } throw std::runtime_error("Unsupported path extension: " + extension.string() + ". Try compiling with OpenCV"); #endif - return false; } std::optional create_depth_image(const ImageFrame &frame,