Deleted an unnecessary comment as per @CyB3RC0nN0Rs request
This commit is contained in:
parent
02baf70d92
commit
e7f6826e37
@ -150,10 +150,8 @@ public class Settings {
|
||||
public Map<String, Theme> getThemes() { return themes; }
|
||||
|
||||
/**
|
||||
* @deprecated not used
|
||||
*
|
||||
* @param themes the the the the
|
||||
* @since Envoy v0.2-alpha
|
||||
*/
|
||||
public void setThemes(Map<String, Theme> themes) { this.themes = themes; }// TODO delete, if there is no usage
|
||||
public void setThemes(Map<String, Theme> themes) { this.themes = themes; }
|
||||
}
|
Reference in New Issue
Block a user