suppress warnings

svn path=/trunk/kdebase/kwin/; revision=174085
icc-effect-5.14.5
Karol Szwed 2002-08-27 15:31:58 +00:00
parent 5244020f5c
commit ec918cec3b
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ void QuartzConfig::slotSelectionChanged()
// Loads the configurable options from the kwinrc config file
// It is passed the open config from kwindecoration to improve efficiency
void QuartzConfig::load( KConfig* conf )
void QuartzConfig::load( KConfig* /*conf*/ )
{
quartzConfig->setGroup("General");
bool override = quartzConfig->readBoolEntry( "UseTitleBarBorderColors", true );
@ -80,7 +80,7 @@ void QuartzConfig::load( KConfig* conf )
// Saves the configurable options to the kwinrc config file
void QuartzConfig::save( KConfig* conf )
void QuartzConfig::save( KConfig* /*conf*/ )
{
quartzConfig->setGroup("General");
quartzConfig->writeEntry( "UseTitleBarBorderColors", cbColorBorder->isChecked() );