mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Remove unused variables
This commit is contained in:
parent
24c8f4bd06
commit
e60bbb7e7c
1 changed files with 0 additions and 2 deletions
|
|
@ -670,8 +670,6 @@ function _displayMultimedia(src, width, height, options) {
|
|||
var autostart = (params.autostart && params.autostart != 'false') ? 'true' : 'false';
|
||||
delete(params.autostart);
|
||||
|
||||
var clsid = "";
|
||||
var codebase = "";
|
||||
var html = "";
|
||||
var background = "black";
|
||||
width = parseInt(width, 10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue