Remove unused variable to fix build with clang-10

Change-Id: I800df8184b3a713b27c71b6303b98b760a4dfc83
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
bb10
Andreas Buhr 2020-11-13 10:25:47 +01:00
parent 215400e153
commit 1c4ddbafbb
1 changed files with 0 additions and 2 deletions

View File

@ -151,8 +151,6 @@ void dumpClip(int width, int height, const QClipData *clip);
// 4 pixels.
#define int_dim(pos, dim) (int(pos+dim) - int(pos))
static const qreal aliasedCoordinateDelta = 0.5 - 0.015625;
#ifdef Q_OS_WIN
static inline bool winClearTypeFontsEnabled()