From a43b5f2f08002e47bc575f5a4a4618ebebc3d9c6 Mon Sep 17 00:00:00 2001
From: Heshan <heshan@heidisoft.com>
Date: Sat, 19 Mar 2011 00:33:50 +0530
Subject: Updated the hook_theme and video themes, remove theme funcations to
 video.theme.inc and added HTML5 with Flash fallback with Flowplayer

---
 includes/video_helper.inc | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'includes')

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;
   }
-- 
cgit v1.2.3