remove unneeded instances object

This commit is contained in:
buzz-lightsnack-2007 2024-05-21 16:07:36 +08:00
parent 86329e376d
commit 6ac91a36db

View file

@ -8,9 +8,6 @@ import pointer from "/scripts/data/pointer.js";
export default class EntryManager {
constructor () {
// Initialize the entries.
this.instances = {};
// Add the action listeners.
this.#listen();
}