Removed non-used struct print_data

This commit is contained in:
Gergely Polonkai 2013-09-17 12:49:51 +02:00
parent 5121b2a184
commit 12aa52f3fb

View File

@ -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)
{