summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/ramview.hxx
diff options
context:
space:
mode:
authorMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-19 00:30:53 +0200
committerMathieu Vaillancourt <vaillancourtm@gmail.com>2014-04-19 00:34:23 +0200
commite5f09b8be65c06927164428b5d400024e2388dbc (patch)
tree0f0fd4035bcc88c0de5a47a7d3c64b4f67453897 /src/citra_qt/ramview.hxx
parentMerge branch 'hle-interface' (diff)
downloadyuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar
yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar.gz
yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar.bz2
yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar.lz
yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar.xz
yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar.zst
yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.zip
Diffstat (limited to 'src/citra_qt/ramview.hxx')
-rw-r--r--src/citra_qt/ramview.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/citra_qt/ramview.hxx b/src/citra_qt/ramview.hxx
deleted file mode 100644
index 1db1546aa..000000000
--- a/src/citra_qt/ramview.hxx
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "qhexedit.h"
-
-class GRamView : public QHexEdit
-{
- Q_OBJECT
-
-public:
- GRamView(QWidget* parent = NULL);
-
-public slots:
- void OnCPUStepped();
-};