]> git.tuebingen.mpg.de Git - paraslash.git/commit
attribute.c: Remove struct addatt_event_data().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 14 Mar 2022 22:22:58 +0000 (23:22 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Oct 2022 18:36:21 +0000 (20:36 +0200)
commit910cf7680d7a00daa68ab250003f9d800972fbe5
treea9a1a5a564afb6e84907dcc97f8836bdab2216e0
parentefee4efb5ba8833d14f75d7f389297164ef41aff
attribute.c: Remove struct addatt_event_data().

It is passed to afs_event() to tell the table event handlers the
name and bit number of the newly added attribute. However, the only
table which does not ignore attribute add events is the mood table,
and this just reloads the current mood without even looking at the
information passed.
attribute.c