]> Git trees. - libqmvoc.git/commitdiff
make it much better: Make the menu work, show all colours
authorCarsten Niehaus <cniehaus@gmx.de>
Sun, 22 May 2005 20:08:06 +0000 (20:08 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Sun, 22 May 2005 20:08:06 +0000 (20:08 +0000)
svn path=/trunk/KDE/kdeedu/kalzium/src/element.h; revision=417103

kalzium/src/element.h

index 9a52fedfb05cef36b1e139cd07d930e8e70bf210..33e33945baeabb641fc93cffea91636860bb6857 100644 (file)
@@ -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,