diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/transform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libcamera/transform.h b/include/libcamera/transform.h index 9eb10e15..4998a6c0 100644 --- a/include/libcamera/transform.h +++ b/include/libcamera/transform.h @@ -72,7 +72,6 @@ constexpr Transform operator~(Transform t) Transform transformFromRotation(int angle, bool *success = nullptr); Transform transformFromOrientation(const Orientation &orientation); -Orientation transformToOrientation(const Transform &transform); Transform operator/(const Orientation &o1, const Orientation &o2); Orientation operator*(const Orientation &o, const Transform &t); |