We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d1fb1 commit 969701aCopy full SHA for 969701a
app/src/processing/app/contrib/Contribution.java
@@ -263,25 +263,6 @@ public boolean isFoundation() {
263
}
264
265
266
- /*
267
- public StringDict loadProperties(File contribFolder) {
268
- return loadProperties(contribFolder, getType());
269
- }
270
- */
271
-
272
273
274
- static public StringDict loadProperties(File contribFolder,
275
- ContributionType type) {
276
- File propertiesFile = new File(contribFolder, type.getPropertiesName());
277
- if (propertiesFile.exists()) {
278
- return Util.readSettings(propertiesFile, false);
279
280
- return null;
281
282
283
284
285
/**
286
* @return the list of categories that this contribution is part of
287
* (e.g. "Typography / Geometry"). "Unknown" if the category null.
0 commit comments