remove unused function

This commit is contained in:
Enno Rehling 2018-12-15 18:17:06 +01:00
parent 6bf9bf7f35
commit 48dc5057b3
1 changed files with 0 additions and 7 deletions

View File

@ -65,13 +65,6 @@ struct trigger_type tt_xmasgate = {
xmasgate_read
};
trigger *trigger_xmasgate(building * b)
{
trigger *t = t_new(&tt_xmasgate);
t->data.v = b;
return t;
}
void register_xmas(void)
{
tt_register(&tt_xmasgate);