[games/chessament] src/qml: Remove unused code
Manuel Alcaraz Zambrano <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7f4c5dedeb0ed93632a42768094434d1912d6b68 by Manuel Alcaraz Zambrano.
Committed on 15/08/2026 at 15:52.
Pushed by manuelal into branch 'master'.
Remove unused code
M +0 -7 src/qml/TournamentSettingsFormat.qml
https://invent.kde.org/games/chessament/-/commit/7f4c5dedeb0ed93632a42768094434d1912d6b68
diff --git a/src/qml/TournamentSettingsFormat.qml b/src/qml/TournamentSettingsFormat.qml
index 2f606f5..1c3c8bd 100644
--- a/src/qml/TournamentSettingsFormat.qml
+++ b/src/qml/TournamentSettingsFormat.qml
@@ -48,13 +48,6 @@ FormCard.FormCardPage {
description: KI18n.i18n("bbpPairings")
url: "https://github.com/BieremaBoyzProgramming/bbpPairings"
}
- FormCard.FormComboBoxDelegate {
- id: pairingBye
- visible: Config.developer
- text: KI18n.i18n("Pairing allocated bye")
- description: KI18n.i18n("The value of the pairing allocated bye")
- model: ["1 point", "0.5 points", "0 points"]
- }
}
FormCard.FormHeader {