]> git.mxchange.org Git - simgear.git/commitdiff
Remove unused variables.
authorfrohlich <frohlich>
Thu, 2 Apr 2009 05:38:34 +0000 (05:38 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 15 Apr 2009 21:03:07 +0000 (23:03 +0200)
Modified Files:
simgear/bucket/newbucket.hxx

simgear/bucket/newbucket.hxx

index 6e9bdd24329c5cd3247c45f98e2969ec207231ee..d3e8783af3372c34830ed901c6ce17129a739fe8 100644 (file)
@@ -95,7 +95,6 @@ static double sg_bucket_span( double l ) {
 class SGBucket {
 
 private:
-    double cx, cy;  // centerpoint (lon, lat) in degrees of bucket
     short lon;        // longitude index (-180 to 179)
     short lat;        // latitude index (-90 to 89)
     char x;          // x subdivision (0 to 7)