aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/start.php b/start.php
index 431015b24..877992b1a 100644
--- a/start.php
+++ b/start.php
@@ -34,11 +34,6 @@ function videolist_init() {
'tags' => 'tags',
'access_id' => 'access',
));
-
- elgg_set_config('videolist_dimensions', array(
- 'width' => 600,
- 'height' => 400,
- ));
// add to groups
add_group_tool_option('videolist', elgg_echo('groups:enablevideolist'), true);