mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +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,
 | 
					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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user