Remove the never-actually-used BASE block type

This commit is contained in:
Thomas Goyne 2014-04-15 10:20:38 -07:00
parent 3528e49286
commit a141ef1264
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@
#include <vector>
enum class AssBlockType {
BASE,
PLAIN,
COMMENT,
OVERRIDE,