Skip to content

Commit

Permalink
Removed invalid assert in WorldTreeWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Reid committed Jun 27, 2023
1 parent 32be2df commit fcafc6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Sprocket/Sprocket/TreeWidget/WorldTreeWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ WorldTreeWidget::WorldTreeWidget(const WorldTreeWidgetConfig& config) :
mContextActions(config.contextActions),
mItemTypes(config.itemTypes)
{
assert(!mItemTypes.empty());
setLayout(new QVBoxLayout);

QToolBar* toolbar = new QToolBar();
Expand Down

0 comments on commit fcafc6d

Please sign in to comment.