Skip to content

Commit 969701a

Browse files
committed
remove unused methods
1 parent 26d1fb1 commit 969701a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

app/src/processing/app/contrib/Contribution.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -263,25 +263,6 @@ public boolean isFoundation() {
263263
}
264264

265265

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-
285266
/**
286267
* @return the list of categories that this contribution is part of
287268
* (e.g. "Typography / Geometry"). "Unknown" if the category null.

0 commit comments

Comments
 (0)