summaryrefslogtreecommitdiffstats
path: root/logic/LegacyFTBInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-01-27 22:31:07 +0100
committerPetr Mrázek <peterix@gmail.com>2015-04-02 00:14:06 +0200
commit791221e923586bb717396ecf18bd13e57034df99 (patch)
tree9f608af07375b38626c8964671620477158341ba /logic/LegacyFTBInstance.h
parent593111b14463e9d5d08256061b981b5ab1cfb710 (diff)
downloadMultiMC-791221e923586bb717396ecf18bd13e57034df99.tar
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.gz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.lz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.tar.xz
MultiMC-791221e923586bb717396ecf18bd13e57034df99.zip
NOISSUE Refactors and moving of things
Diffstat (limited to 'logic/LegacyFTBInstance.h')
-rw-r--r--logic/LegacyFTBInstance.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/logic/LegacyFTBInstance.h b/logic/LegacyFTBInstance.h
deleted file mode 100644
index a2fe1ead..00000000
--- a/logic/LegacyFTBInstance.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "LegacyInstance.h"
-
-class LegacyFTBInstance : public LegacyInstance
-{
- Q_OBJECT
-public:
- explicit LegacyFTBInstance(const QString &rootDir, SettingsObject *settings,
- QObject *parent = 0);
- virtual QString getStatusbarDescription();
- virtual QString id() const;
-};