| 904 | DisplayChannel::_channel--; |
| 905 | if (DisplayChannel::_channel < 0) |
| 906 | { |
| 907 | DisplayChannel::_channel = CCN - 1; |
| 908 | } |
| 909 | } |
| 910 | |
| 911 | DisplayChannel::DisplayChannel(ControlsContainer* parent) : Display(parent) |
| 912 | { |
| 913 | Load("RscDisplayChannel"); |
nothing calls this directly
no test coverage detected