mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	Merge pull request #15073 from dundargoc/PVS/V751
[RDY] chore(PVS/V751): tui.c, Parameter is not used
This commit is contained in:
		| @@ -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, | ||||
|                             Integer startcol, Integer endcol, | ||||
|                             Integer rows, Integer cols FUNC_ATTR_UNUSED) | ||||
|                             Integer rows, | ||||
|                             Integer cols FUNC_ATTR_UNUSED)  // -V751 | ||||
| { | ||||
|   TUIData *data = ui->data; | ||||
|   UGrid *grid = &data->grid; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 James McCoy
					James McCoy