==============================================================================
| 225 | |
| 226 | //============================================================================== |
| 227 | void StringArray::remove (int index) |
| 228 | { |
| 229 | strings.remove (index); |
| 230 | } |
| 231 | |
| 232 | void StringArray::removeString (StringRef stringToRemove, bool ignoreCase) |
| 233 | { |
no outgoing calls
no test coverage detected