Remove unused variables.
This commit is contained in:
parent
02efa180de
commit
2ff036d250
@ -26,8 +26,8 @@ class VideoFileHandler extends DataHandlerExtension {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function onSetupBuilding(SetupBuildingEvent $event) {
|
public function onSetupBuilding(SetupBuildingEvent $event) {
|
||||||
global $config;
|
//global $config;
|
||||||
|
|
||||||
$thumbers = array();
|
$thumbers = array();
|
||||||
$thumbers['None'] = "static";
|
$thumbers['None'] = "static";
|
||||||
$thumbers['ffmpeg'] = "ffmpeg";
|
$thumbers['ffmpeg'] = "ffmpeg";
|
||||||
@ -108,7 +108,6 @@ class VideoFileHandler extends DataHandlerExtension {
|
|||||||
* @return Image|null
|
* @return Image|null
|
||||||
*/
|
*/
|
||||||
protected function create_image_from_data($filename, $metadata) {
|
protected function create_image_from_data($filename, $metadata) {
|
||||||
//global $config;
|
|
||||||
|
|
||||||
$image = new Image();
|
$image = new Image();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user