Remove unused variable from KCommonDecoration::region
Following the approach as in KDecoration::region SVN_SILENT
This commit is contained in:
parent
876b427dfb
commit
46cab7eb6f
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ void KCommonDecoration::objDestroyed(QObject *obj)
|
|||
m_previewWidget = 0;
|
||||
}
|
||||
|
||||
QRegion KCommonDecoration::region(KDecorationDefines::Region r)
|
||||
QRegion KCommonDecoration::region(KDecorationDefines::Region)
|
||||
{
|
||||
return QRegion();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue