aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-08 12:56:16 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-08 12:56:16 +0100
commit3298b4a0cbb93d83665c411fd4f8dac267bb006e (patch)
treef19ddecb4a8528982a98b64ec7c5a5401a2133de /view
parenta65e3c432d1b238444dc75bd6796b16c480d46d5 (diff)
downloadvolse-hubzilla-3298b4a0cbb93d83665c411fd4f8dac267bb006e.tar.gz
volse-hubzilla-3298b4a0cbb93d83665c411fd4f8dac267bb006e.tar.bz2
volse-hubzilla-3298b4a0cbb93d83665c411fd4f8dac267bb006e.zip
remove unused variables
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/php/style.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index cc67aaecc..a3234862a 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -342,7 +342,6 @@ $options = array (
'$selected_active_colour' => $selected_active_colour,
'$selected_active_deco' => $selected_active_deco,
'$body_font_size' => $body_font_size,
-'$widget_brdrcolour' => $widget_brdrcolour,
'$blockquote_colour' => $blockquote_colour,
'$blockquote_bgcolour' => $blockquote_bgcolour,
'$blockquote_bordercolour' => $blockquote_bordercolour,
@@ -415,10 +414,6 @@ $options = array (
'$comment_indent' => $comment_indent,
'$body_width' => $body_width,
'$comment_padding' => $comment_padding,
-'$comment_border_left' => $comment_border_left,
-'$comment_border_right' => $comment_border_right,
-'$comment_border_top' => $comment_border_top,
-'$comment_border_bottom' => $comment_border_bottom,
'$admintable_hoverbgcol' => $admintable_hoverbgcol,
'$dirpopup_txtcol' => $dirpopup_txtcol,
'$dirpopup_linkcol' => $dirpopup_linkcol,