* Broken, don't use. */
| 75 | * Broken, don't use. |
| 76 | */ |
| 77 | void SharedStrings::removeSharedString(const QString &string) |
| 78 | { |
| 79 | removeSharedString(RichString(string)); |
| 80 | } |
| 81 | |
| 82 | /* |
| 83 | * Broken, don't use. |
nothing calls this directly
no test coverage detected