forked from Mirrors/sngrep
src/curses/ui_call_flow.c: fixed unsed var
This commit is contained in:
parent
8e3ae7a4b6
commit
c0979e198c
|
@ -226,11 +226,6 @@ call_flow_draw(ui_t *ui)
|
|||
void
|
||||
call_flow_draw_footer(ui_t *ui)
|
||||
{
|
||||
call_flow_info_t *info;
|
||||
|
||||
// Get panel information
|
||||
info = call_flow_info(ui);
|
||||
|
||||
const char *keybindings[] = {
|
||||
key_action_key_str(ACTION_PREV_SCREEN), "Calls List",
|
||||
key_action_key_str(ACTION_CONFIRM), "Raw",
|
||||
|
|
Loading…
Reference in New Issue