==============================================================================
| 221 | |
| 222 | //============================================================================== |
| 223 | void StringArray::remove (int index) |
| 224 | { |
| 225 | strings.remove (index); |
| 226 | } |
| 227 | |
| 228 | void StringArray::removeString (StringRef stringToRemove, bool ignoreCase) |
| 229 | { |
no outgoing calls