removed useless kdebug
svn path=/trunk/KDE/kdebase/workspace/; revision=1030275
This commit is contained in:
parent
5c73896b33
commit
67f1fa6451
1 changed files with 0 additions and 4 deletions
|
@ -91,8 +91,6 @@ namespace Oxygen
|
||||||
bool OxygenFactory::reset(unsigned long changed)
|
bool OxygenFactory::reset(unsigned long changed)
|
||||||
{
|
{
|
||||||
|
|
||||||
kDebug( 1212 ) << endl;
|
|
||||||
|
|
||||||
// read in the configuration
|
// read in the configuration
|
||||||
setInitialized( false );
|
setInitialized( false );
|
||||||
bool configuration_changed = readConfig();
|
bool configuration_changed = readConfig();
|
||||||
|
@ -118,8 +116,6 @@ namespace Oxygen
|
||||||
bool OxygenFactory::readConfig()
|
bool OxygenFactory::readConfig()
|
||||||
{
|
{
|
||||||
|
|
||||||
kDebug( 1212 ) << endl;
|
|
||||||
|
|
||||||
bool changed( false );
|
bool changed( false );
|
||||||
|
|
||||||
// create a config object
|
// create a config object
|
||||||
|
|
Loading…
Reference in a new issue