From: Carsten Niehaus Date: Sun, 22 May 2005 20:08:06 +0000 (+0000) Subject: make it much better: Make the menu work, show all colours X-Git-Tag: v3.80.2~300^2~144 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=cca75bbb815e2ac9bc8714846cfbc19aec0d2c99;p=libqmvoc.git make it much better: Make the menu work, show all colours svn path=/trunk/KDE/kdeedu/kalzium/src/element.h; revision=417103 --- diff --git a/kalzium/src/element.h b/kalzium/src/element.h index 9a52fed..33e3394 100644 --- a/kalzium/src/element.h +++ b/kalzium/src/element.h @@ -256,20 +256,6 @@ class Element{ return m_AR; } - /** - * @return the first ionizationenergie of the element - */ - double ie() const { - return m_IE; - } - - /** - * @return the first ionizationenergie of the element - */ - double ie2() const { - return m_IE2; - } - /** * @return the meanweight of the element */ @@ -303,10 +289,9 @@ class Element{ DENSITY, BOILINGPOINT, MELTINGPOINT, - IE, EN, - IE2, - DATE + DATE, + IE }; @@ -338,8 +323,6 @@ class Element{ m_BP, m_EN, m_Density, - m_IE, - m_IE2, m_AR; int m_number,