Fixes #961 - Remove unused + deprecated Exception

accellbaker
MeFisto94 6 years ago committed by GitHub
parent c707785a34
commit 3d63433b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      jme3-core/src/plugins/java/com/jme3/font/plugins/BitmapFontLoader.java

@ -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 {

Loading…
Cancel
Save