From a2814f6a4b46a5d9e86146c837ae11343dde4ea7 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 13 May 2013 20:41:14 +0200 Subject: move width/heigth from plugins to type __construct --- detail.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'detail.php') diff --git a/detail.php b/detail.php index 9cfeb53..5aa38de 100644 --- a/detail.php +++ b/detail.php @@ -17,8 +17,6 @@ $pinstance = validate_get(GET('pi'), 'pinstance'); $category = validate_get(GET('c'), 'category'); $type = validate_get(GET('t'), 'type'); $tinstance = validate_get(GET('ti'), 'tinstance'); -$width = GET('x'); -$heigth = GET('y'); $seconds = GET('s'); $selected_plugins = !$plugin ? $CONFIG['overview'] : array($plugin); -- cgit v1.1