1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:57:44 +00:00

Revert "LibGfx: Implement box sampling image scaling"

This reverts commit eb418bec32.
This commit is contained in:
Andreas Kling 2023-05-19 13:33:54 +02:00
parent 9fb81c2c4e
commit 2d3b7eff15
2 changed files with 0 additions and 60 deletions

View file

@ -45,7 +45,6 @@ public:
NearestNeighbor,
SmoothPixels,
BilinearBlend,
BoxSampling,
None,
};