mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	graphics_cmdlists: Get rid of an unused variable
This commit is contained in:
		
							parent
							
								
									f1ee7e4e0e
								
							
						
					
					
						commit
						1e5644935d
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -68,7 +68,6 @@ QVariant GPUCommandListModel::data(const QModelIndex& index, int role) const { | ||||||
|     const auto& write = pica_trace.writes[index.row()]; |     const auto& write = pica_trace.writes[index.row()]; | ||||||
| 
 | 
 | ||||||
|     if (role == Qt::DisplayRole) { |     if (role == Qt::DisplayRole) { | ||||||
|         QString content; |  | ||||||
|         switch (index.column()) { |         switch (index.column()) { | ||||||
|         case 0: |         case 0: | ||||||
|             return QString::fromLatin1(Pica::Regs::GetCommandName(write.cmd_id).c_str()); |             return QString::fromLatin1(Pica::Regs::GetCommandName(write.cmd_id).c_str()); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue