Revert "LibGfx: Add directional floating-point scaling to Painter"

This reverts commit ff76a5b8d2.
This commit is contained in:
Andreas Kling 2021-05-03 16:37:05 +02:00
commit 381dcca2f6
Notes: sideshowbarker 2024-07-18 18:44:45 +09:00
4 changed files with 143 additions and 110 deletions

View file

@ -233,7 +233,7 @@ public:
}
template<typename U>
[[nodiscard]] ALWAYS_INLINE Point<U> to_type() const
Point<U> to_type() const
{
return Point<U>(*this);
}