del unused
This commit is contained in:
		@@ -11,7 +11,6 @@ import java.io.IOException;
 | 
			
		||||
public class ConfigHelper {
 | 
			
		||||
 | 
			
		||||
    public static String standartConfig = "conf.ini"; // Config.ini befindet sich im Root Verzeichnis
 | 
			
		||||
    public static String standartLangDe = "langde.ini"; // langde.ini befindet sich im Root Verzeichnis
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Liest einen Int aus der Config aus
 | 
			
		||||
@@ -103,12 +102,4 @@ public class ConfigHelper {
 | 
			
		||||
    public static String getStandartConfig() {
 | 
			
		||||
        return standartConfig;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Gibt den namen des standard langde file zurück
 | 
			
		||||
     * @return Name des standard langde files
 | 
			
		||||
     */
 | 
			
		||||
    public static String getStandartLangde() {
 | 
			
		||||
        return standartLangDe;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user