]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/moon.hxx
Merge branch 'ehofman/sound'
[simgear.git] / simgear / scene / sky / moon.hxx
index 5365f8956d44fc8840466ae29911e8728d91316e..5efd55757bca9f4beb1fda4617bcb0f9fbe2470f 100644 (file)
@@ -68,8 +68,7 @@ public:
     // declination, offset by our current position (p) so that it
     // appears fixed at a great distance from the viewer.  Also add in
     // an optional rotation (i.e. for the current time of day.)
-    bool reposition( const SGVec3f& p, double angle,
-                    double rightAscension, double declination,
+    bool reposition( double rightAscension, double declination,
                     double moon_dist  );
 };