SVN_SILENT Remove unused Q_UNUSED macro

because the the variable is used but there is no Q_USED macro
(commit message changed for thiago because he thinks the previous
commit message was wrong ;)

svn path=/trunk/KDE/kdelibs/; revision=1143189
This commit is contained in:
Christoph Feck 2010-06-26 20:33:10 +00:00
parent 26ca332629
commit d4016c881f

View File

@ -752,7 +752,6 @@ void Theme::setFont(const QFont &font, FontRole role)
QFont Theme::font(FontRole role) const QFont Theme::font(FontRole role) const
{ {
Q_UNUSED(role)
switch (role) { switch (role) {
case DesktopFont: case DesktopFont:
{ {