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:
parent
9dd8a2af13
commit
df14e83838
1 changed files with 0 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue