summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Moss <moss@lindenlab.com>2009-08-31 18:46:54 +0000
committerAdam Moss <moss@lindenlab.com>2009-08-31 18:46:54 +0000
commit3ac3a4b206c08ed06b889bdaa24074b6aa0e020a (patch)
tree300d278578607240a481e2cd464ff53912eef69d
parente77338c9563385f3f073c949fc7f7bc39ced3ad2 (diff)
sheesh, finish(?) gutting the flash stuff out of DEV-31438
-rwxr-xr-xindra/newview/viewer_manifest.py5
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")