From 67fe8f709f385658e8578b1aaa797e5fe1befe68 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 7 Nov 2022 17:45:52 +0100 Subject: 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 Reviewed-by: Edward Welbourne --- src/gui/painting/qdrawhelper_p.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gui') diff --git a/src/gui/painting/qdrawhelper_p.h b/src/gui/painting/qdrawhelper_p.h index ba723890ff..7d2bea3a44 100644 --- a/src/gui/painting/qdrawhelper_p.h +++ b/src/gui/painting/qdrawhelper_p.h @@ -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; -- cgit v1.2.3