diff options
| author | 2019-05-24 21:06:11 -0400 | |
|---|---|---|
| committer | 2019-05-24 21:27:13 -0400 | |
| commit | bb06b98d8131978fa44a1634dd5a205233568d33 (patch) | |
| tree | e0acac1527f49059b58d694bac925862620a78d9 /src | |
| parent | yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() (diff) | |
| download | yuzu-bb06b98d8131978fa44a1634dd5a205233568d33.tar.gz yuzu-bb06b98d8131978fa44a1634dd5a205233568d33.tar.xz yuzu-bb06b98d8131978fa44a1634dd5a205233568d33.zip | |
yuzu/applets/software_keyboard: Remove unused assert header
This isn't actually used anywhere, so it can be removed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/applets/software_keyboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/applets/software_keyboard.h b/src/yuzu/applets/software_keyboard.h index c63720ba4..78c5a042b 100644 --- a/src/yuzu/applets/software_keyboard.h +++ b/src/yuzu/applets/software_keyboard.h | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | 6 | ||
| 7 | #include <QDialog> | 7 | #include <QDialog> |
| 8 | #include <QValidator> | 8 | #include <QValidator> |
| 9 | #include "common/assert.h" | ||
| 10 | #include "core/frontend/applets/software_keyboard.h" | 9 | #include "core/frontend/applets/software_keyboard.h" |
| 11 | 10 | ||
| 12 | class GMainWindow; | 11 | class GMainWindow; |