MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / remove

Method remove

source/frontend/StarBookmarkInterface.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void EditBookmarkDialog::remove() {
67 m_playerUniverseMap->removeTeleportBookmark(m_bookmark);
68 dismiss();
69}
70
71void EditBookmarkDialog::close() {
72 dismiss();

Callers 6

updateMethod · 0.45
updateMethod · 0.45
takeScriptPanesMethod · 0.45
filterMethod · 0.45
forEachMethod · 0.45
setLocalSpeakerMethod · 0.45

Calls 1

Tested by

no test coverage detected