diff --git a/cockatrice/src/client/ui/widgets/printing_selector/card_amount_widget.cpp b/cockatrice/src/client/ui/widgets/printing_selector/card_amount_widget.cpp index 722c62a7d..13ac4c9f8 100644 --- a/cockatrice/src/client/ui/widgets/printing_selector/card_amount_widget.cpp +++ b/cockatrice/src/client/ui/widgets/printing_selector/card_amount_widget.cpp @@ -65,9 +65,6 @@ CardAmountWidget::CardAmountWidget(QWidget *parent, // React to model changes connect(deckModel, &DeckListModel::dataChanged, this, &CardAmountWidget::updateCardCount); connect(deckModel, &QAbstractItemModel::rowsRemoved, this, &CardAmountWidget::updateCardCount); - - // Initially hide UI elements - fadeAnimation = new QPropertyAnimation(this, "opacity"); } void CardAmountWidget::paintEvent(QPaintEvent *event)