aboutsummaryrefslogtreecommitdiff
path: root/modules/video_ui/video_ui.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_ui/video_ui.module')
-rw-r--r--modules/video_ui/video_ui.module19
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/video_ui/video_ui.module b/modules/video_ui/video_ui.module
index d2edb9e..97a9f4a 100644
--- a/modules/video_ui/video_ui.module
+++ b/modules/video_ui/video_ui.module
@@ -61,14 +61,6 @@ function video_ui_menu() {
'type' => MENU_LOCAL_TASK,
'weight' => 3,
);
-
-// $items['admin/structure/video'] = array(
-// 'title' => 'Video Presets',
-// 'file' => 'includes/video.preset.inc',
-// 'description' => 'Manage and configure the presets for Video.',
-// 'page callback' => 'video_presets_overview',
-// 'access arguments' => array('administer video presets')
-// );
$items['admin/config/media/video/presets/all'] = array(
'title' => 'Presets',
'description' => 'Configure your transcoder presets to convert your videos.',
@@ -149,17 +141,6 @@ function video_ui_menu() {
'type' => MENU_LOCAL_TASK,
'weight' => 4,
);
- // Filesystem settings
- $items['admin/config/media/video/filesystem'] = array(
- 'title' => 'Filesystem',
- 'description' => 'Configure your filesystem settings.',
- 'page callback' => 'drupal_get_form',
- 'page arguments' => array('video_filesystem_admin_settings'),
- 'access arguments' => array('administer site configuration'),
- 'file' => 'video.admin.inc',
- 'type' => MENU_LOCAL_TASK,
- 'weight' => 5,
- );
// Cron settings
$items['admin/config/media/video/cron'] = array(
'title' => 'Cron Settings',