summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-16 16:33:36 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-16 16:33:36 -0500
commite802a8c71ed3a2f696181d69b0feca80b5aba06f (patch)
treef6c5b04eb632138ffdaf08f4534411f452ae365a /src
parent4fe96950186e616db17767ce78690f7b82231a51 (diff)
Consolidated console save/restore code.
Instead of having console switch/restore logic spread out all over the place, have 00clear perform all our console switching.
Diffstat (limited to 'src')
-rw-r--r--src/pm-action.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pm-action.in b/src/pm-action.in
index 3971d44..bc4022c 100644
--- a/src/pm-action.in
+++ b/src/pm-action.in
@@ -48,7 +48,6 @@ take_suspend_lock || exit 1
# make sure we release the lock no matter how we exit
trap remove_suspend_lock 0
-VT=$(fgconsole)
# Save the command line options for the hooks
while [ $# -gt 0 ]