MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / doRemoveActive

Method doRemoveActive

src/forms/Bookmark/BookmarkView.cpp:783–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781
782
783void BookmarkView::doRemoveActive(const DemodulatorInstancePtr& demod) {
784
785 wxGetApp().getBookmarkMgr().removeActive(demod);
786 wxGetApp().getBookmarkMgr().updateActiveList();
787}
788
789
790void BookmarkView::doRemoveRecent(const BookmarkEntryPtr& be) {

Callers

nothing calls this directly

Calls 2

removeActiveMethod · 0.80
updateActiveListMethod · 0.45

Tested by

no test coverage detected