1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-02-20 13:30:41 +01:00

Minor fixes.

This commit is contained in:
gyboth 2005-05-01 10:16:42 +00:00
parent 752adb16e6
commit ef4efba331

View File

@ -114,19 +114,6 @@ callback_player_clicked(gint idx, GdkEventButton *event)
}
setsav0;
/*d*/
gint i;
printf("%s %d \n ", lig(1).name->str, lig(1).id);
for(i=0;i<lig(1).fixtures->len;i++)
if(g_array_index(lig(1).fixtures, Fixture, i).week_number == 15)
printf("%s %d %d %s %d %d \n",
g_array_index(lig(1).fixtures, Fixture, i).teams[0]->name->str,
g_array_index(lig(1).fixtures, Fixture, i).result[0][0],
g_array_index(lig(1).fixtures, Fixture, i).result[1][0],
g_array_index(lig(1).fixtures, Fixture, i).teams[1]->name->str,
g_array_index(lig(1).fixtures, Fixture, i).clid,
query_fixture_has_tables(&g_array_index(lig(1).fixtures, Fixture, i)));
}
/** Show the last match of the current user. */