Removed unused variables from update_sat to clear compiler warnings

This commit is contained in:
Homes32 2026-03-22 17:50:29 -05:00
parent 36ec298171
commit c42404eab9

View file

@ -1009,11 +1009,6 @@ static void update_sat(gpointer key, gpointer value, gpointer data)
gfloat x, y;
gdouble now;
gchar *losstr;
gchar *text;
guint num, i;
pass_detail_t *detail;
gdouble *point;
guint tres, ttidx;
(void)key;