Code

screen: don't pass screen pointer to method update()
authorMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 16:43:50 +0000 (18:43 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 16:43:50 +0000 (18:43 +0200)
commit434615a48f315a0655891149efa42dc6b919e722
treee670eb397a888dd2d4748ed5ffbf39a3f969bc07
parent0469331df0de18c3f23dd69b677f2f183e38a3b0
screen: don't pass screen pointer to method update()

play_update() is the only update() implementation left, and it does
not use the screen pointer.  Remove it from the method signature.
src/screen.c
src/screen.h
src/screen_play.c