No more disabling of actions in the instance toolbar. It makes no sense.

This commit is contained in:
Petr Mrázek
2014-06-20 01:24:32 +02:00
parent d911c9908c
commit 1194ec9a8e
10 changed files with 0 additions and 44 deletions

View File

@@ -14,11 +14,6 @@ QString LegacyFTBInstance::getStatusbarDescription()
return "Legacy FTB: " + intendedVersionId();
}
bool LegacyFTBInstance::menuActionEnabled(QString action_name) const
{
return false;
}
QString LegacyFTBInstance::id() const
{
return "FTB/" + BaseInstance::id();