diff options
author | Max Kellermann <max@duempel.org> | 2008-09-15 12:09:29 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-15 12:09:29 +0200 |
commit | 1cd28efa96dbc3d49a43d9b12c5b65d493baf949 (patch) | |
tree | 067c067ebdae3b8f7b00283413fe6a3271ab18ca /src/screen_help.c | |
parent | 85fb21cc2bb75cd207d770c6ee7567ddb8e09fd4 (diff) | |
download | mpd-1cd28efa96dbc3d49a43d9b12c5b65d493baf949.tar.gz mpd-1cd28efa96dbc3d49a43d9b12c5b65d493baf949.tar.xz mpd-1cd28efa96dbc3d49a43d9b12c5b65d493baf949.zip |
remove unused static functions
Also remove some commented code and unused function parameters.
Diffstat (limited to '')
-rw-r--r-- | src/screen_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index 515e69bc1..4a7961427 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -283,7 +283,7 @@ help_cmd(screen_t *screen, mpdclient_t *c, command_t cmd) } lw->selected = lw->start+lw->rows; - if( screen_find(screen, c, + if( screen_find(screen, lw, help_text_rows, cmd, list_callback, NULL) ) { |