From f478317f19b2510ded53863542456263137f7753 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Wed, 11 Mar 2026 05:33:09 -0400 Subject: [PATCH] Remove vestigial code --- module/data/settings/Homebrew.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/data/settings/Homebrew.mjs b/module/data/settings/Homebrew.mjs index 852cf4c8..95dabb89 100644 --- a/module/data/settings/Homebrew.mjs +++ b/module/data/settings/Homebrew.mjs @@ -192,9 +192,6 @@ export default class DhHomebrew extends foundry.abstract.DataModel { */ static originalResources = null; - /** Backed up settings used to detect diffs */ - static originalSettings = null; - /** @inheritDoc */ _initializeSource(source, options = {}) { source = super._initializeSource(source, options); @@ -213,7 +210,6 @@ export default class DhHomebrew extends foundry.abstract.DataModel { this.refreshConfig(); this.#resetActors(); - DhHomebrew.previous } /** Update config values based on homebrew data */