mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +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';
|
var autostart = (params.autostart && params.autostart != 'false') ? 'true' : 'false';
|
||||||
delete(params.autostart);
|
delete(params.autostart);
|
||||||
|
|
||||||
var clsid = "";
|
|
||||||
var codebase = "";
|
|
||||||
var html = "";
|
var html = "";
|
||||||
var background = "black";
|
var background = "black";
|
||||||
width = parseInt(width, 10);
|
width = parseInt(width, 10);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue