summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-23 15:18:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-24 21:32:52 +0200
commit6ccc85290ea66ac69a609ef2345aea48605cefba (patch)
treeea11047b3493fb78119a12feb2c0bc736707a67d /include
parent350fe112c20106e9a53fec4c2f3c0f7fdc496e3f (diff)
BmpScaleFlag::Super is dead
ever since commit 2269ac65de127d33d41843ae15f6bece5bc778bc Author: Michael Meeks <michael.meeks@collabora.com> Date: Fri Nov 7 05:42:51 2014 +0000 icontest: remove hand-coded opengl path. Change-Id: Ida030be0e087353e20897a9e961c9ce1134b21e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117782 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/bitmap.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index f9e116c56d3b..2a6872c179f0 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -61,8 +61,7 @@ enum class BmpScaleFlag
Interpolate, // fast, integer bilinear
Lanczos,
BiCubic,
- BiLinear,
- Super // bilinear interpolation when supersampling and averaging when subsampling under certain scale
+ BiLinear
};
#define BMP_COL_TRANS Color( 252, 3, 251 )