aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/cachecontent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/cachecontent.cpp')
-rw-r--r--qtmips_gui/cachecontent.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/qtmips_gui/cachecontent.cpp b/qtmips_gui/cachecontent.cpp
deleted file mode 100644
index 1dd4693..0000000
--- a/qtmips_gui/cachecontent.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "cachecontent.h"
-
-CacheContentDock::CacheContentDock(QWidget *parent) : QDockWidget(parent) {
- ui = new Ui::CacheContent();
- ui->setupUi(this);
-}
-
-CacheContentDock::~CacheContentDock() {
- delete ui;
-}