diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-20 14:10:22 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-20 14:10:22 +0100 |
commit | fdac8373d84845cecadbc4bd1bb9c2a00122a05a (patch) | |
tree | e8d604270c7acd836f9e56d33138dd9c827e349c /view/theme | |
parent | 7b05c96dc5a147631f600437217a131b914e7f23 (diff) | |
download | volse-hubzilla-fdac8373d84845cecadbc4bd1bb9c2a00122a05a.tar.gz volse-hubzilla-fdac8373d84845cecadbc4bd1bb9c2a00122a05a.tar.bz2 volse-hubzilla-fdac8373d84845cecadbc4bd1bb9c2a00122a05a.zip |
remove unused vars
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index c2e092d03..a1b22f583 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -322,8 +322,6 @@ $options = array ( '$notifyseen_bghover' => $notifyseen_bghover, '$notifyseen_linkhover' => $notifyseen_linkhover, '$notify_topmargin' => $notify_topmargin, -'$input_bgsubmit' => $input_bgsubmit, -'$input_linksubmit' => $input_linksubmit, '$radius' => $radius, '$shadow' => $shadow, '$active_colour' => $active_colour, |