| 313 | } |
| 314 | |
| 315 | void |
| 316 | Editables::clear_previous_selection () |
| 317 | { |
| 318 | m_last_selected_point = db::DBox (); |
| 319 | for (iterator e = begin (); e != end (); ++e) { |
| 320 | e->clear_previous_selection (); |
| 321 | } |
| 322 | } |
| 323 | |
| 324 | void |
| 325 | Editables::clear_transient_selection () |
no test coverage detected