From 4c049a5e9eccdd1637f39e5d6626d4c00a68b192 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 17 Sep 2021 23:33:33 -0400 Subject: [PATCH] Remove unused `java.io.File` import It is already included in the `project` library --- resources/TTSDeck.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/TTSDeck.js b/resources/TTSDeck.js index 878f47d..448c378 100644 --- a/resources/TTSDeck.js +++ b/resources/TTSDeck.js @@ -5,7 +5,6 @@ * in Tabletop Simulator */ -importClass(java.io.File); useLibrary('project'); useLibrary('imageutils'); useLibrary('uilayout');