mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 02:47:53 -05:00
citra-qt: remove dead code
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user