diff options
author | Jacek Antonelli | 2010-10-26 20:41:40 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-10-26 20:41:40 -0500 |
commit | fff44ef5ad556464a41c160ac6031c67ef40cb63 (patch) | |
tree | 535039451b93abf89b160ebbbc71290177a10915 /linden/indra/newview/viewer_manifest.py | |
parent | Removed duplicate 'BulkChangeIncludeAnimations' in settings.xml. (diff) | |
download | meta-impy-fff44ef5ad556464a41c160ac6031c67ef40cb63.zip meta-impy-fff44ef5ad556464a41c160ac6031c67ef40cb63.tar.gz meta-impy-fff44ef5ad556464a41c160ac6031c67ef40cb63.tar.bz2 meta-impy-fff44ef5ad556464a41c160ac6031c67ef40cb63.tar.xz |
Removed getvoice.sh for Linux. It's no longer needed.
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index ff59aec..bccfa8f 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -845,7 +845,6 @@ class LinuxManifest(ViewerManifest): | |||
845 | self.path("wrapper.sh","imprudence") | 845 | self.path("wrapper.sh","imprudence") |
846 | self.path("handle_secondlifeprotocol.sh") | 846 | self.path("handle_secondlifeprotocol.sh") |
847 | self.path("register_secondlifeprotocol.sh") | 847 | self.path("register_secondlifeprotocol.sh") |
848 | self.path("getvoice.sh") | ||
849 | self.end_prefix("linux_tools") | 848 | self.end_prefix("linux_tools") |
850 | 849 | ||
851 | self.gather_documents() | 850 | self.gather_documents() |