diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2022-06-15 18:38:42 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2022-06-19 18:42:26 +0200 |
commit | 1753a4223a74fb4d85f2c37ea4f37aa2d56291b2 (patch) | |
tree | 6380c282e20fe0fff43601f22c23fc355329a56d /addons | |
parent | 56d73c06bcdae271c4b35d12c2f6d20172ec0a18 (diff) |
[dialogs] Cleanup: Remove unused code from CGUIDialogBusy and CGUIDialogBusyNoCancel.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/DialogBusy.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/addons/skin.estuary/xml/DialogBusy.xml b/addons/skin.estuary/xml/DialogBusy.xml index 1d96d50dc0..362008f1a9 100644 --- a/addons/skin.estuary/xml/DialogBusy.xml +++ b/addons/skin.estuary/xml/DialogBusy.xml @@ -44,9 +44,6 @@ <height>30</height> <texture colordiffuse="button_focus">$INFO[Control.GetLabel(10),dialogs/volume/progress/p,.png]</texture> </control> - <control type="progress" id="10"> - <include>HiddenObject</include> - </control> </control> </control> </controls> |