diff --git a/src/astrognome.c b/src/astrognome.c index bec68b7..d4248ce 100644 --- a/src/astrognome.c +++ b/src/astrognome.c @@ -29,11 +29,6 @@ const char *moonStateName[] = { "Dark Moon" }; -struct print_data { - GString *line; - GswePlanet planet; -}; - static void run_action(AgApp *app, gboolean is_remote) {