Remove unused channel enums
This commit is contained in:
parent
e5601a062e
commit
5464a5c630
@ -125,8 +125,6 @@ DECL_CONST static inline const char *GetLabelFromChannel(enum Channel channel)
|
||||
case SideLeft: return "side-left";
|
||||
case SideRight: return "side-right";
|
||||
|
||||
case TopCenter: return "top-center";
|
||||
case BottomCenter: return "bottom-center";
|
||||
case TopFrontLeft: return "top-front-left";
|
||||
case TopFrontRight: return "top-front-right";
|
||||
case TopBackLeft: return "top-back-left";
|
||||
|
@ -530,8 +530,6 @@ enum Channel {
|
||||
SideLeft,
|
||||
SideRight,
|
||||
|
||||
TopCenter,
|
||||
BottomCenter,
|
||||
TopFrontLeft,
|
||||
TopFrontRight,
|
||||
TopBackLeft,
|
||||
|
Loading…
Reference in New Issue
Block a user