Remove unused code

This commit is contained in:
Paul Bottein 2023-10-04 14:20:44 +02:00
parent d473a30263
commit 12cb94cdc0
No known key found for this signature in database

View File

@ -148,10 +148,6 @@ export default class HaCardConditionEditor extends LitElement {
}
}
private _toggleMode() {
this._yamlMode = !this._yamlMode;
}
private _delete() {
fireEvent(this, "value-changed", { value: null });
}