aboutsummaryrefslogtreecommitdiff
path: root/video.install
diff options
context:
space:
mode:
Diffstat (limited to 'video.install')
-rw-r--r--video.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/video.install b/video.install
index 828496b..51d9202 100644
--- a/video.install
+++ b/video.install
@@ -162,12 +162,6 @@ function video_field_schema($field) {
'not null' => FALSE,
'unsigned' => TRUE,
),
- 'use_default_video_thumb' => array(
- 'description' => 'Use video thumbanil.',
- 'type' => 'int',
- 'not null' => FALSE,
- 'unsigned' => TRUE,
- ),
'player_dimensions' => array(
'description' => "Video dimention for the video player.",
'type' => 'varchar',