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/cachestatistics.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 qtmips_gui/cachestatistics.h (limited to 'qtmips_gui/cachestatistics.h') diff --git a/qtmips_gui/cachestatistics.h b/qtmips_gui/cachestatistics.h deleted file mode 100644 index a92d125..0000000 --- a/qtmips_gui/cachestatistics.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef CACHESTATISTICS_H -#define CACHESTATISTICS_H - -#include -#include "ui_CacheStatistics.h" - -class CacheStatisticsDock : public QDockWidget { - Q_OBJECT -public: - CacheStatisticsDock(QWidget *parent); - ~CacheStatisticsDock(); - -private: - Ui::CacheStatistics *ui; - -}; - -#endif // CACHESTATISTICS_H -- cgit v1.2.3