summaryrefslogtreecommitdiff
path: root/src/libcamera/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/utils.cpp')
-rw-r--r--src/libcamera/utils.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libcamera/utils.cpp b/src/libcamera/utils.cpp
index 615df46a..a5232902 100644
--- a/src/libcamera/utils.cpp
+++ b/src/libcamera/utils.cpp
@@ -147,14 +147,6 @@ std::string dirname(const std::string &path)
*/
/**
- * \fn libcamera::utils::clamp(const T& v, const T& lo, const T& hi)
- * \param[in] v The value to clamp
- * \param[in] lo The lower boundary to clamp v to
- * \param[in] hi The higher boundary to clamp v to
- * \return lo if v is less than lo, hi if v is greater than hi, otherwise v
- */
-
-/**
* \typedef clock
* \brief The libcamera clock (monotonic)
*/