From 4678b47d981f27bebc8e852f3703e2e9d4355ad5 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Mon, 11 Aug 2014 09:39:11 +0200 Subject: [PATCH] removed unused variable --- kstyle/breezestyle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index f1fc5bfc..667f7520 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -4613,7 +4613,6 @@ namespace Breeze // store palette and rect const QPalette& palette( option->palette ); - const QRect& rect( option->rect ); // check focus state const State& state( option->state );