Remove not necessary variable

wilder-work
Montel Laurent 13 years ago
parent 036d4847eb
commit 2b793e3f92
  1. 2
      configuredialog/configuredialog.cpp

@ -2889,8 +2889,6 @@ void ComposerPage::CharsetTab::doResetToDefaultsOther()
void ComposerPage::CharsetTab::save()
{
KConfigGroup composer( KMKernel::self()->config(), "Composer" );
QStringList charsetList = mCharsetListEditor->stringList();
QStringList::Iterator it = charsetList.begin();
QStringList::Iterator end = charsetList.end();

Loading…
Cancel
Save