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

Method unset

app/src/processing/app/Preferences.java:277–279  ·  view source on GitHub ↗
(String attribute)

Source from the content-addressed store, hash-verified

275
276
277 static public void unset(String attribute) {
278 table.remove(attribute);
279 }
280
281
282 static public boolean getBoolean(String attribute) {

Callers 1

handleCloseMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected