mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	citra-qt: remove dead code
This commit is contained in:
		
							parent
							
								
									5245c86f26
								
							
						
					
					
						commit
						560884336f
					
				
					 3 changed files with 0 additions and 5 deletions
				
			
		|  | @ -240,8 +240,6 @@ void GRenderWindow::focusOutEvent(QFocusEvent* event) { | |||
|     InputCommon::GetKeyboard()->ReleaseAllKeys(); | ||||
| } | ||||
| 
 | ||||
| void GRenderWindow::ReloadSetKeymaps() {} | ||||
| 
 | ||||
| void GRenderWindow::OnClientAreaResized(unsigned width, unsigned height) { | ||||
|     NotifyClientAreaSizeChanged(std::make_pair(width, height)); | ||||
| } | ||||
|  |  | |||
|  | @ -130,8 +130,6 @@ public: | |||
| 
 | ||||
|     void focusOutEvent(QFocusEvent* event) override; | ||||
| 
 | ||||
|     void ReloadSetKeymaps(); | ||||
| 
 | ||||
|     void OnClientAreaResized(unsigned width, unsigned height); | ||||
| 
 | ||||
|     void InitRenderTarget(); | ||||
|  |  | |||
|  | @ -612,7 +612,6 @@ void GMainWindow::OnConfigure() { | |||
|     auto result = configureDialog.exec(); | ||||
|     if (result == QDialog::Accepted) { | ||||
|         configureDialog.applyConfiguration(); | ||||
|         render_window->ReloadSetKeymaps(); | ||||
|         config->Save(); | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue