Remove unused 'PixelFormatExtensions::ComputeScanlineCount'

This commit is contained in:
Wojtek Figat
2023-12-18 09:55:17 +01:00
parent 4726552d8b
commit 5958b2f4ea
2 changed files with 0 additions and 41 deletions

View File

@@ -165,14 +165,6 @@ public:
/// <returns>True if given format contains integer data type (signed or unsigned), otherwise false.</returns>
API_FUNCTION() static bool IsInteger(PixelFormat format);
/// <summary>
/// Computes the scanline count (number of scanlines).
/// </summary>
/// <param name="format">The <see cref="PixelFormat"/>.</param>
/// <param name="height">The height.</param>
/// <returns>The scanline count.</returns>
API_FUNCTION() static int32 ComputeScanlineCount(PixelFormat format, int32 height);
/// <summary>
/// Computes the format components count (number of R, G, B, A channels).
/// </summary>