From: Carsten Niehaus Date: Sun, 3 Sep 2006 09:50:52 +0000 (+0000) Subject: Ok, I guess then this is also not needed as it is also in a label... X-Git-Tag: v3.80.2~46 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=358e2142316789910e384ebe90ed39052a907713;p=libqmvoc.git Ok, I guess then this is also not needed as it is also in a label... CCMAIL:e.willighagen@science.ru.nl svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=580331 --- diff --git a/libscience/elementparser.cpp b/libscience/elementparser.cpp index b6d42d5..bf9ca3b 100644 --- a/libscience/elementparser.cpp +++ b/libscience/elementparser.cpp @@ -225,11 +225,6 @@ bool ElementSaxParser::characters(const QString &ch) type = ChemicalDataObject::exactMass; d->inExactMass = false; } - else if (d->inSymbol) { - value = ch; - type = ChemicalDataObject::symbol; - d->inSymbol = false; - } else if (d->inAtomicNumber) { value = ch.toInt(); type = ChemicalDataObject::atomicNumber;