[Kstars-devel] KDE/kdeedu/kstars/kstars/skyobjects

Akarsh Simha akarshsimha at gmail.com
Sat Mar 21 22:32:07 CET 2009


SVN commit 942503 by asimha:

Remove unused declaration of KSMoon::findMagnitude() that Alexey
pointed out.

CCMAIL: kstars-devel at kde.org



 M  +0 -5      ksmoon.h  


--- trunk/KDE/kdeedu/kstars/kstars/skyobjects/ksmoon.h #942502:942503
@@ -51,11 +51,6 @@
      */
     void findPhase();
 
-    /**
-     *@short Compute the magnitude of the moon
-     */
-    void findMagnitude(const KSNumbers *num);
-
     /**@return the illuminated fraction of the Moon as seen from Earth
     	*/
     double illum( void ) const { return 0.5*(1.0 - cos( Phase * 180.0 / dms::PI ) ); }


More information about the Kstars-devel mailing list