mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Remove unused stuff
Some unused variables are still kept in services, as they are parameters passed from the command buffer and might be used in the future
This commit is contained in:
		
							parent
							
								
									643a396383
								
							
						
					
					
						commit
						909d04ddea
					
				
					 5 changed files with 1 additions and 12 deletions
				
			
		|  | @ -1650,7 +1650,7 @@ void GMainWindow::OnCoreError(Core::System::ResultStatus result, std::string det | |||
|     message_box.setWindowTitle(title); | ||||
|     message_box.setText(message); | ||||
|     message_box.setIcon(QMessageBox::Icon::Critical); | ||||
|     QPushButton* continue_button = message_box.addButton(tr("Continue"), QMessageBox::RejectRole); | ||||
|     message_box.addButton(tr("Continue"), QMessageBox::RejectRole); | ||||
|     QPushButton* abort_button = message_box.addButton(tr("Abort"), QMessageBox::AcceptRole); | ||||
|     if (result != Core::System::ResultStatus::ShutdownRequested) | ||||
|         message_box.exec(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue