Deleted an unnecessary comment as per @CyB3RC0nN0Rs request
This commit is contained in:
		@@ -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