| 781 | |
| 782 | |
| 783 | void BookmarkView::doRemoveActive(const DemodulatorInstancePtr& demod) { |
| 784 | |
| 785 | wxGetApp().getBookmarkMgr().removeActive(demod); |
| 786 | wxGetApp().getBookmarkMgr().updateActiveList(); |
| 787 | } |
| 788 | |
| 789 | |
| 790 | void BookmarkView::doRemoveRecent(const BookmarkEntryPtr& be) { |
nothing calls this directly
no test coverage detected