diff options
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index e212433d9..bae576d6a 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -240,8 +240,6 @@ void GRenderWindow::focusOutEvent(QFocusEvent* event) { | |||
| 240 | InputCommon::GetKeyboard()->ReleaseAllKeys(); | 240 | InputCommon::GetKeyboard()->ReleaseAllKeys(); |
| 241 | } | 241 | } |
| 242 | 242 | ||
| 243 | void GRenderWindow::ReloadSetKeymaps() {} | ||
| 244 | |||
| 245 | void GRenderWindow::OnClientAreaResized(unsigned width, unsigned height) { | 243 | void GRenderWindow::OnClientAreaResized(unsigned width, unsigned height) { |
| 246 | NotifyClientAreaSizeChanged(std::make_pair(width, height)); | 244 | NotifyClientAreaSizeChanged(std::make_pair(width, height)); |
| 247 | } | 245 | } |