[vlc-commits] qml: remove unused property
Fatih Uzunoglu
git at videolan.org
Mon Dec 7 10:08:27 UTC 2020
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Dec 4 02:01:45 2020 +0300| [fe86b11f93d4c1122d9e8ea8b452365d489c154c] | committer: Pierre Lamot
qml: remove unused property
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fe86b11f93d4c1122d9e8ea8b452365d489c154c
---
modules/gui/qt/style/VLCStyle.qml | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index 4e7fadaafc..52318505eb 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -125,8 +125,6 @@ Item {
property int expandAlbumTracksHeight: dp(200, scale)
- readonly property real artworkInfoTextWidth: (appWidth / 6)
-
//combobox
property int combobox_width_small: dp(64, scale)
property int combobox_width_normal: dp(96, scale)
More information about the vlc-commits
mailing list