OSDN Git Service

Remove commented out line
authorJustin Shapcott <support@mobidevelop.com>
Wed, 22 May 2013 07:23:56 +0000 (00:23 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Wed, 22 May 2013 07:23:56 +0000 (00:23 -0700)
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtFiles.java

index 0d5f154..24981dc 100644 (file)
@@ -37,7 +37,6 @@ public class GwtFiles implements Files {
        @Override\r
        public FileHandle classpath (String path) {\r
                return new GwtFileHandle(preloader, path, FileType.Classpath);\r
-//             throw new GdxRuntimeException("Not supported in GWT backend");\r
        }\r
 \r
        @Override\r