| 224 | } |
| 225 | |
| 226 | void JsonStoreSync::remove_rows(const int row, const int count, const std::string &parent) { |
| 227 | if (count) |
| 228 | remove_rows_base(row, count, parent, true, id_, false); |
| 229 | } |
| 230 | |
| 231 | void JsonStoreSync::remove_row(const json::json_pointer &jptr) { |
| 232 | std::string parent = ""; |
no outgoing calls