[orca] Remove more unused code from Orca's shell script
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Remove more unused code from Orca's shell script
- Date: Fri, 11 May 2012 11:22:43 +0000 (UTC)
commit 7f1dd02da6fb3b20c8651d2baba5b778a2bfc10b
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Fri May 11 07:22:13 2012 -0400
Remove more unused code from Orca's shell script
src/orca/orca.in | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/orca/orca.in b/src/orca/orca.in
index f3d41e1..49a1743 100644
--- a/src/orca/orca.in
+++ b/src/orca/orca.in
@@ -136,19 +136,5 @@ else
waitForCleanup
fi
- # If the user passed in a flag that results in orca only
- # outputting data to the console, don't kill any other orca
- # process. We do this by looking for flags that *should* result
- # in a cleanup (i.e., every legal command except -?, --help, -v,
- # --version, -l, and --list-apps). This way, if the user
- # erroneously types an illegal command line argument, the help
- # text is emitted and the other orca is not killed.
- #
- if [ "x$ARGS" = "x" ] ; then
- WONT_EXIT=1
- else
- WONT_EXIT=`echo $ARGS | egrep -c "\-s|\-t|\-n|\-u|\-e|\-d"`
- fi
-
runOrca
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]