]> git.mxchange.org Git - flightgear.git/blobdiff - Astro/stars.c
Minor tweaks.
[flightgear.git] / Astro / stars.c
index 937d0d9e5fe526498d517b10fc21f731c34a99d0..9e37f7c813ef99e299762c1506f671ebc974e655 100644 (file)
@@ -64,8 +64,8 @@ void fgStarsInit( void ) {
     char line[256], name[256];
     char *front, *end;
     double right_ascension, declination, magnitude;
-    double ra_save, decl_save;
-    double ra_save1, decl_save1;
+    /* double ra_save, decl_save; */
+    /* double ra_save1, decl_save1; */
     int count, i, j, max_stars;
 
     fgPrintf( FG_ASTRO, FG_INFO, "Initializing stars\n");
@@ -276,10 +276,13 @@ void fgStarsRender( void ) {
 
 
 /* $Log$
-/* Revision 1.4  1998/01/27 00:47:49  curt
-/* Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
-/* system and commandline/config file processing code.
+/* Revision 1.5  1998/01/27 18:35:53  curt
+/* Minor tweaks.
 /*
+ * Revision 1.4  1998/01/27 00:47:49  curt
+ * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * system and commandline/config file processing code.
+ *
  * Revision 1.3  1998/01/19 19:26:59  curt
  * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
  * This should simplify things tremendously.