From 2144cf7fdb4ad656be21af4fb92f0b87d27e6a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 15 Jan 2018 13:07:00 +0100 Subject: Drop current cache docks This was just place holder and in future this will be implemented the same way as for example registersdock is. --- qtmips_gui/cachecontent.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 qtmips_gui/cachecontent.cpp (limited to 'qtmips_gui/cachecontent.cpp') 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; -} -- cgit v1.2.3