| 177 | } |
| 178 | |
| 179 | void |
| 180 | TuningMap::activateRange(int min, int max) |
| 181 | { |
| 182 | for (int i = min; i <= max; i++) |
| 183 | activeRange[i] = true; |
| 184 | } |
| 185 | |
| 186 | int |
| 187 | TuningMap::loadKeyMap (const std::string & filename) |
nothing calls this directly
no outgoing calls
no test coverage detected