diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/video_helper.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/video_helper.inc b/includes/video_helper.inc index 9f3ae2e..dfbb29f 100644 --- a/includes/video_helper.inc +++ b/includes/video_helper.inc @@ -64,9 +64,6 @@ class video_helper { $conversion->load_completed_job($video); } } - // Let othere module to load the video files by referance - // Moved to last to recheck incase we changed our extension above. - $video->flash_player = variable_get('video_extension_' . $video->player . '_flash_player', ''); // Return our object return $video; } |