diff --git a/collectiontemplatespage.cpp b/collectiontemplatespage.cpp index 20dace88a..59920a6fd 100644 --- a/collectiontemplatespage.cpp +++ b/collectiontemplatespage.cpp @@ -48,9 +48,6 @@ bool CollectionTemplatesPage::canHandle( const Collection &collection ) const void CollectionTemplatesPage::init() { -#if 0 - mIsLocalSystemFolder = mDlg->folder()->isSystemFolder(); -#endif QVBoxLayout *topLayout = new QVBoxLayout( this ); topLayout->setMargin( 0 ); topLayout->setSpacing( KDialog::spacingHint() );