CarRendering: Remove unused texture

The dot texture is never used but dot1

Pick-to: 6.10 6.9 6.8
Change-Id: I269779a1cfe335f3b061ab00a3e7bb3a2ce2e0c7
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
This commit is contained in:
Soheil Armin 2025-02-27 14:52:39 +02:00 committed by Nicholas Bennett
parent dc82c835ef
commit d7052eff47
1 changed files with 0 additions and 10 deletions

View File

@ -65,16 +65,6 @@ Node {
} }
} }
Texture {
id: dot
source: rootWindow.downloadBase + "/content/images/dot.png"
scaleV: 1
scaleU: 1
positionV: 1
positionU: 1
mappingMode: Texture.UV
}
Texture { Texture {
id: dot1 id: dot1
source: rootWindow.downloadBase + "/content/images/dot.png" source: rootWindow.downloadBase + "/content/images/dot.png"