Fixes #961 - Remove unused + deprecated Exception

This commit is contained in:
MeFisto94 2018-11-27 16:30:11 +01:00 committed by Stephen Gold
parent e63a6255cd
commit 5068f1980d

View File

@ -43,7 +43,6 @@ import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
public class BitmapFontLoader implements AssetLoader {