Skip to content
Snippets Groups Projects
Commit 3ac3a4b2 authored by Adam Moss's avatar Adam Moss
Browse files

sheesh, finish(?) gutting the flash stuff out of DEV-31438

parent e77338c9
No related branches found
No related tags found
No related merge requests found
......@@ -198,11 +198,6 @@ def construct(self):
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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment