diff options
author | Mario <mario@mariovavti.com> | 2024-03-22 08:14:41 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-22 08:14:41 +0000 |
commit | 990017b5884bf4939dfbe6c03d3cfd4fc889dabd (patch) | |
tree | b2a567ddcdc85f2d5d3a98c0cc78251d6e8300f1 /view/theme/redbasic/schema/Focus-Boxy.php | |
parent | 5e5a0d7c9163131d3ce6551fdb91eb991518052f (diff) | |
download | volse-hubzilla-990017b5884bf4939dfbe6c03d3cfd4fc889dabd.tar.gz volse-hubzilla-990017b5884bf4939dfbe6c03d3cfd4fc889dabd.tar.bz2 volse-hubzilla-990017b5884bf4939dfbe6c03d3cfd4fc889dabd.zip |
remove some unused variables
Diffstat (limited to 'view/theme/redbasic/schema/Focus-Boxy.php')
-rw-r--r-- | view/theme/redbasic/schema/Focus-Boxy.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/view/theme/redbasic/schema/Focus-Boxy.php b/view/theme/redbasic/schema/Focus-Boxy.php index f298a0def..b3d9bbc7f 100644 --- a/view/theme/redbasic/schema/Focus-Boxy.php +++ b/view/theme/redbasic/schema/Focus-Boxy.php @@ -1,6 +1 @@ <?php - -if (! $radiuspx) - $radiuspx = "4"; -if (! $comment_border_colour) - $comment_border_colour = "rgb(238,238,238)"; |