]> git.tuebingen.mpg.de Git - paraslash.git/commit
play.c: Kill pointless typedef.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 May 2025 19:40:31 +0000 (21:40 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 May 2025 19:41:33 +0000 (21:41 +0200)
commit107e9cc8082b7a8a97647bdc05b5810722c94b34
treef43ee62f71f424c24a67ef2e262bf66836008165
parent8228a2440b1d4a71c6e0fedba6819ef9c2cb2b63
play.c: Kill pointless typedef.

The signature of the function pointer is too simple to warrant a typedef.
play.c