1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Image: Remove an unused function

This commit is contained in:
tpoole 2024-12-18 13:04:27 +00:00
parent 9dd8a2af13
commit df14e83838

View file

@ -173,11 +173,6 @@ namespace BitmapDataDetail
};
};
static constexpr auto isConvertible (Image::PixelFormat p)
{
return p == Image::SingleChannel || p == Image::RGB || p == Image::ARGB;
}
static void convert (const Image::BitmapData& src, Image::BitmapData& dest)
{
jassert (src.width == dest.width);