SVN commit 1082921 by khudyakov: Remove unused function M +0 -2 skycomponent.h --- trunk/KDE/kdeedu/kstars/kstars/skycomponents/skycomponent.h #1082920:1082921 @@ -73,8 +73,6 @@ */ void drawExportable( QPainter& psky ); - virtual void drawPlanets( QPainter& /*psky*/ ) {} - /**@short Initialize the component - load data from disk etc. */ virtual void init() = 0;