Remove QSpan typedef

It's in the way of the planned QtCore std::span reimplementation of
the same name.

Task-number: QTBUG-108124
Change-Id: I55d9391d72644c02e4e4143f4ad2f6756404dcc7
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
bb10
Marc Mutz 2022-11-07 17:45:52 +01:00
parent 660d4a0131
commit 67fe8f709f
1 changed files with 0 additions and 7 deletions

View File

@ -53,13 +53,6 @@ static const uint RMASK = 0x00ff0000;
static const uint GMASK = 0x0000ff00;
static const uint BMASK = 0x000000ff;
/*******************************************************************************
* QSpan
*
* duplicate definition of FT_Span
*/
typedef QT_FT_Span QSpan;
struct QSolidData;
struct QTextureData;
struct QGradientData;