diff options
author | Adam Moss <moss@lindenlab.com> | 2009-08-31 18:46:54 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-08-31 18:46:54 +0000 |
commit | 3ac3a4b206c08ed06b889bdaa24074b6aa0e020a (patch) | |
tree | 300d278578607240a481e2cd464ff53912eef69d | |
parent | e77338c9563385f3f073c949fc7f7bc39ced3ad2 (diff) |
sheesh, finish(?) gutting the flash stuff out of DEV-31438
-rwxr-xr-x | indra/newview/viewer_manifest.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index b743954420..ae3b1ba43e 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -198,11 +198,6 @@ class WindowsManifest(ViewerManifest): self.path("slplugin.exe") self.end_prefix() - # Media plugins - Flash (ActiveX) - if self.prefix(src='../media_plugins/flash_activex/%s' % self.args['configuration'], dst="llplugin"): - self.path("media_plugin_flash_activex.dll") - self.end_prefix() - # Media plugins - QuickTime if self.prefix(src='../media_plugins/quicktime/%s' % self.args['configuration'], dst="llplugin"): self.path("media_plugin_quicktime.dll") |