MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / yes

Method yes

src/main/java/Menu/RosterItemActions.java:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380 new AlertBox(SR.MS_DELETE_ASK, c.getNickJid()) {
381
382 public void yes() {
383 sd.roster.deleteContact((Contact) item);
384 }
385
386 public void no() {
387 }

Callers

nothing calls this directly

Calls 2

deleteContactMethod · 0.80
deleteGroupMethod · 0.80

Tested by

no test coverage detected