summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-12 15:27:41 +0200
committerNoel Grandin <noel@peralex.com>2016-03-14 13:44:39 +0200
commitb9d63d49be66ed1bfc4a76924f1c52ec3630adc8 (patch)
tree3c1f0cb02452d23bed03cbbc908e580b285da55a /qadevOOo/runner/util
parent8353667d35bc511378c9b14261b6bb11b7bd56aa (diff)
remove some unused Java code
found by UCDetector Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r--qadevOOo/runner/util/PropertyName.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/qadevOOo/runner/util/PropertyName.java b/qadevOOo/runner/util/PropertyName.java
index 51d52a873750..83a0b7f4716f 100644
--- a/qadevOOo/runner/util/PropertyName.java
+++ b/qadevOOo/runner/util/PropertyName.java
@@ -120,26 +120,8 @@ public interface PropertyName {
* path to the source root of OpenOffice.org
*/
String SRC_ROOT = "SRC_ROOT";
- /**
- * parameter name: "Version"<p>
- * the name of the version to test
- */
- String VERSION = "Version";
/**
- * parameter name "Shell"<p>
- * Path to a shell.
- * This shell is used to run some commands outside of Java
- * example: /bin/tcsh c:\\myShell\\myShell.exe
- */
- String SHELL = "Shell";
- /**
- * parameter name "Cygwin"<p>
- * If Cygwin is set to TRUE it indicates if the runner runs in a Cygwin
- * environment
- */
- String CYGWIN = "Cygwin";
- /**
* internal only, no parameter
*/
String WNTMSCI = "wntmsci";