From 98c37da5980fdacdb65f5be8d808e9a868384f94 Mon Sep 17 00:00:00 2001 From: Zach Halpern Date: Mon, 25 Nov 2024 09:19:03 -0500 Subject: [PATCH] Minor Cleanup --- .../client/ui/widgets/printing_selector/card_amount_widget.cpp | 3 --- 1 file changed, 3 deletions(-) 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)