From b98e2afc0c53b94760e2f0b6b1e2d3060944ba23 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 15 Oct 2012 11:34:31 +0200 Subject: [PATCH] removed unused brush --- src/tools/UBGraphicsCompass.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tools/UBGraphicsCompass.cpp b/src/tools/UBGraphicsCompass.cpp index c005221f..2fc261ef 100644 --- a/src/tools/UBGraphicsCompass.cpp +++ b/src/tools/UBGraphicsCompass.cpp @@ -51,8 +51,6 @@ UBGraphicsCompass::UBGraphicsCompass() , mDrewCenterCross(false) { setRect(sDefaultRect); - setBrush(QBrush(Qt::red)); - //TODO claudio: remove code duplication QDesktopWidget* desktop = UBApplication::desktop(); int dpiCommon = (desktop->physicalDpiX() + desktop->physicalDpiY()) / 2;