Code

screen: mode_fn cannot be NULL, removed checks
authorMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:06:11 +0000 (12:06 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:06:11 +0000 (12:06 +0200)
commitf77633603554027557b6ef09fea624236fdeaf71
treec4bee7f413068c8ba27c2373c44a4e537e7617bf
parent26e2f21f6e1fa667244259dfcc29c91c53c3ce67
screen: mode_fn cannot be NULL, removed checks

At startup, mode_fn is initialized with &screen_playlist, and it will
never be reset to NULL.  Remove all checks.
src/screen.c