From a141ef1264f1a9e9e79fa02936f1e5d6702e8ecb Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 15 Apr 2014 10:20:38 -0700 Subject: [PATCH] Remove the never-actually-used BASE block type --- src/ass_dialogue.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ass_dialogue.h b/src/ass_dialogue.h index a1c96156d..2a1dd28b0 100644 --- a/src/ass_dialogue.h +++ b/src/ass_dialogue.h @@ -43,7 +43,6 @@ #include enum class AssBlockType { - BASE, PLAIN, COMMENT, OVERRIDE,