Skip to content

Commit

Permalink
remove now unused attr
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Feb 26, 2024
1 parent 02de6f2 commit 214234c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion element.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ type Element struct {
ui UI // the UI object
handlers []EventHandler // custom event handlers registered, if any
jid jid.Jid // JaWS ID, unique to this Element within it's Request
updating bool // about to have Update() called
deleted bool // true if deleteElement() has been called for this Element
}

Expand Down

0 comments on commit 214234c

Please sign in to comment.