Skip to content

Commit

Permalink
Remove a specious jassert
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Oct 17, 2024
1 parent bfa9627 commit ec5f74a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/sst/jucegui/data/Discrete.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ struct NamedOptionsDiscrete : public Discrete

void setOptions(const std::vector<std::string> &o)
{
jassert(options.empty());
options = o;

for (auto *l : modellisteners)
Expand Down

0 comments on commit ec5f74a

Please sign in to comment.