Remove vestigial code

This commit is contained in:
Carlos Fernandez 2026-03-11 05:33:09 -04:00
parent 279b89bb69
commit f478317f19

View file

@ -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 */