aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-09 09:05:46 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-09 09:05:46 -0400
commit333a112ff6bf3341d20cdab61cbb83109df123a7 (patch)
tree31a8788abadbd2436e9a6bf4136ab9e44abcea19 /misc
parent90c0f3e92db08ac780cbc48ac5eca570ee9350ce (diff)
downloadwallheaven-333a112ff6bf3341d20cdab61cbb83109df123a7.tar.gz
wallheaven-333a112ff6bf3341d20cdab61cbb83109df123a7.tar.bz2
wallheaven-333a112ff6bf3341d20cdab61cbb83109df123a7.zip
cleanup some unneeded things
Diffstat (limited to 'misc')
-rw-r--r--misc/tools.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/tools.php b/misc/tools.php
index 7473953..9917be7 100644
--- a/misc/tools.php
+++ b/misc/tools.php
@@ -10,7 +10,6 @@
60 => 'minute',
];
- $numunits;
foreach ($timeunits as $unit => $text) {
if ($time < $unit)
continue;