Merge pull request #15073 from dundargoc/PVS/V751

[RDY] chore(PVS/V751): tui.c, Parameter is not used
This commit is contained in:
James McCoy
2021-07-18 13:39:20 -04:00
committed by GitHub

View File

@@ -1125,7 +1125,8 @@ static void tui_mode_change(UI *ui, String mode, Integer mode_idx)
static void tui_grid_scroll(UI *ui, Integer g, Integer startrow, Integer endrow, static void tui_grid_scroll(UI *ui, Integer g, Integer startrow, Integer endrow,
Integer startcol, Integer endcol, Integer startcol, Integer endcol,
Integer rows, Integer cols FUNC_ATTR_UNUSED) Integer rows,
Integer cols FUNC_ATTR_UNUSED) // -V751
{ {
TUIData *data = ui->data; TUIData *data = ui->data;
UGrid *grid = &data->grid; UGrid *grid = &data->grid;