summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-10-11 18:19:29 +0200
committerAlejandro Colomar <alx@kernel.org>2023-10-11 18:20:28 +0200
commit90dc5f8f23a0fa2e5743e4b08ec39d6b6394eba3 (patch)
tree3265b0a253d18762373917418bf8e55bb025af10
parent53973e375f0d93bd5946b9d7c840c2ef711ada65 (diff)
bin/ovr: Remove useless initialization
Cc: Kamil Maciorowski <https://linux.codidact.com/users/62405> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rwxr-xr-xbin/ovr2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ovr b/bin/ovr
index 28784e6..ef00683 100755
--- a/bin/ovr
+++ b/bin/ovr
@@ -12,8 +12,6 @@ err()
ovr_alt()
{
- permanent=;
-
enter() { tput smcup; } >/dev/tty;
leave() { tput rmcup; } >/dev/tty;