Remove old dead import file

This commit is contained in:
Florrie 2018-01-23 11:53:23 -04:00
parent 287222f7ed
commit 430dbf0bd6
No known key found for this signature in database
GPG key ID: E2877D259442CB08

View file

@ -1,6 +0,0 @@
// @todo this file's name is a little bit unwieldly; should it be merged with load-costume.js (which could also contain common code between the two functions)?
const StringUtil = require('../util/string-util');
const log = require('../util/log');
module.exports = loadOldTextCostume;