remove block enum

Replaced with dynamic casts.
This commit is contained in:
itsmattkc
2021-04-22 11:50:24 +10:00
parent 50644b8e10
commit 269fa6d905
16 changed files with 40 additions and 86 deletions
-5
View File
@@ -31,11 +31,6 @@ Node *GapBlock::copy() const
return new GapBlock();
}
Block::Type GapBlock::type() const
{
return kGap;
}
QString GapBlock::Name() const
{
return tr("Gap");