diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index ecb0adebc..99c05deee 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -277,10 +277,6 @@ jobs: asset_name: ${{steps.build.outputs.name}} run: gh release upload "$tag_name" "$asset_path#$asset_name" - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - build-windows: strategy: fail-fast: false diff --git a/cockatrice/src/client/game_logic/abstract_client.cpp b/cockatrice/src/client/game_logic/abstract_client.cpp index b09335fba..c186ae323 100644 --- a/cockatrice/src/client/game_logic/abstract_client.cpp +++ b/cockatrice/src/client/game_logic/abstract_client.cpp @@ -49,8 +49,6 @@ AbstractClient::AbstractClient(QObject *parent) qRegisterMetaType>("missingFeatures"); qRegisterMetaType("pendingCommand"); - - FeatureSet features; features.initalizeFeatureList(clientFeatures);