MCPcopy Index your code
hub / github.com/processing/processing / removeToolContrib

Method removeToolContrib

app/src/processing/app/Base.java:665–667  ·  view source on GitHub ↗
(ToolContribution tc)

Source from the content-addressed store, hash-verified

663
664
665 public void removeToolContrib(ToolContribution tc) {
666 contribTools.remove(tc);
667 }
668
669
670 public void rebuildToolList() {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected