| 1622 | } |
| 1623 | |
| 1624 | void ClearKeypoints() override { |
| 1625 | Sqlite3StmtContext context(sql_stmt_clear_keypoints_); |
| 1626 | SQLITE3_CALL(sqlite3_step(sql_stmt_clear_keypoints_)); |
| 1627 | database_entry_deleted_ = true; |
| 1628 | } |
| 1629 | |
| 1630 | void ClearMatches() override { |
| 1631 | Sqlite3StmtContext context(sql_stmt_clear_matches_); |
no outgoing calls