remove a bunch of dead variables and things

This commit is contained in:
Shish
2019-10-02 11:23:57 +01:00
parent e08cdb1638
commit 30698fefdc
45 changed files with 51 additions and 111 deletions

View File

@@ -7,8 +7,6 @@ class TranscodeImageTheme extends Themelet
*/
public function get_transcode_html(Image $image, array $options)
{
global $config;
$html = "
".make_form(
make_link("transcode/{$image->id}"),
@@ -23,10 +21,10 @@ class TranscodeImageTheme extends Themelet
<br><input id='transcodebutton' type='submit' value='Transcode'>
</form>
";
return $html;
}
public function get_transcode_picker_html(array $options)
{
$html = "<select id='transcode_format' name='transcode_format' required='required' >";