Skip to content

Commit

Permalink
Remove unused variable to fix build with clang-10
Browse files Browse the repository at this point in the history
Change-Id: I800df8184b3a713b27c71b6303b98b760a4dfc83
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
  • Loading branch information
andreasbuhr committed Nov 13, 2020
1 parent 215400e commit 1c4ddba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/painting/qpaintengine_raster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1c4ddba

Please sign in to comment.