From: frohlich Date: Thu, 2 Apr 2009 05:38:34 +0000 (+0000) Subject: Remove unused variables. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=872db67f21e9f89bc4282e571d448a704f01d8e5;p=simgear.git Remove unused variables. Modified Files: simgear/bucket/newbucket.hxx --- diff --git a/simgear/bucket/newbucket.hxx b/simgear/bucket/newbucket.hxx index 6e9bdd24..d3e8783a 100644 --- a/simgear/bucket/newbucket.hxx +++ b/simgear/bucket/newbucket.hxx @@ -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)