Remove unused channel enums

This commit is contained in:
Chris Robinson 2014-11-23 14:50:31 -08:00
parent e5601a062e
commit 5464a5c630
2 changed files with 0 additions and 4 deletions

View File

@ -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";

View File

@ -530,8 +530,6 @@ enum Channel {
SideLeft,
SideRight,
TopCenter,
BottomCenter,
TopFrontLeft,
TopFrontRight,
TopBackLeft,