Browse Source

yuzu/applets/software_keyboard: Remove unused assert header

This isn't actually used anywhere, so it can be removed.
nce_cpp
Lioncash 7 years ago
parent
commit
f4a1312c3c
  1. 1
      src/yuzu/applets/software_keyboard.h

1
src/yuzu/applets/software_keyboard.h

@ -6,7 +6,6 @@
#include <QDialog>
#include <QValidator>
#include "common/assert.h"
#include "core/frontend/applets/software_keyboard.h"
class GMainWindow;

Loading…
Cancel
Save