Remove unused SOC menu types

This commit is contained in:
Jaime Passos 2020-02-23 22:31:17 -03:00
parent adee6c3910
commit 952bce362e
2 changed files with 0 additions and 4 deletions

View File

@ -9199,8 +9199,6 @@ static const char *const MENUTYPES_LIST[] = {
"OP_COLOR",
"OP_OPENGL",
"OP_OPENGL_LIGHTING",
"OP_OPENGL_FOG",
"OP_OPENGL_COLOR",
"OP_SOUND",

View File

@ -88,8 +88,6 @@ typedef enum
MN_OP_COLOR,
MN_OP_OPENGL,
MN_OP_OPENGL_LIGHTING,
MN_OP_OPENGL_FOG,
MN_OP_OPENGL_COLOR,
MN_OP_SOUND,