summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorKyler "Félix" Eastridge <felix.wolfz@gmail.com>2025-07-28 03:06:43 +0100
committerGitHub <noreply@github.com>2025-07-27 19:06:43 -0700
commitb82f52acbb00a9dd3e5426e8a6510a0ef6f41289 (patch)
tree4190ff8f578a136c33677923ccfda28be1755bd3 /indra/newview/viewer_manifest.py
parent533390a531fb1f82f7f14c6ab3bf3cfa6d806cd1 (diff)
Remove the first login screen (#4451)
* Remove panel_login_first.xml and it's components * Remove additional first login panel resources * Remove redundant comment * Remove *.jpg search from viewer manifest
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index cada4a2cd6..f66a5c0945 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -149,7 +149,6 @@ class ViewerManifest(LLManifest):
with self.prefix(src_dst="skins"):
# include the entire textures directory recursively
with self.prefix(src_dst="*/textures"):
- self.path("*/*.jpg")
self.path("*/*.png")
self.path("*.tga")
self.path("*.j2c")