summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2019-05-24 21:06:11 -0400
committerGravatar Lioncash2019-05-24 21:27:13 -0400
commitbb06b98d8131978fa44a1634dd5a205233568d33 (patch)
treee0acac1527f49059b58d694bac925862620a78d9 /src
parentyuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() (diff)
downloadyuzu-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.h1
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
12class GMainWindow; 11class GMainWindow;