Skip to content

Commit

Permalink
Remove initialization of _state member variable from ControlData
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 21, 2024
1 parent a77ad74 commit 9d49bdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Thunder/PluginServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ namespace PluginHost {
ControlData(const uint32_t maxRequests)
: _isExtended(false)
, _maxRequests(maxRequests)
, _state(0)
, _major(~0)
, _minor(~0)
, _patch(~0)
Expand Down

0 comments on commit 9d49bdc

Please sign in to comment.