diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-17 10:24:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-17 11:51:12 +0200 |
commit | 2acc9da9e16b5216bc59ff12cb37f84610553a7e (patch) | |
tree | 56bf14b08694c31f8ec8c388e920e04e2501ebea /jvmfwk/source | |
parent | a21f52e7314bdc7968e92147bb4f3442ad769c09 (diff) |
-Werror=unused-macros (MinGW, USE_ACCESSIBILITY_FILE)
...dead at least since c58b07c958e7bc70a9d337852df477f33a453433 "#i20020#," if
not even since the beginning, 49614181e5712933a3dce40c6afb344f02f8d287 "#i20052#
plugin lib for java framework."
Change-Id: Ic0b35341cb8038ccfe0a2f4f5b758341b9ab13b9
Diffstat (limited to 'jvmfwk/source')
-rw-r--r-- | jvmfwk/source/framework.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx index ed907d69f494..c138f7ecbb63 100644 --- a/jvmfwk/source/framework.cxx +++ b/jvmfwk/source/framework.cxx @@ -34,13 +34,6 @@ #include "elements.hxx" #include "fwkbase.hxx" -#ifdef WNT -/** The existence of the file useatjava.txt decides if a Java should be used - that supports accessibility tools. - */ -#define USE_ACCESSIBILITY_FILE "useatjava.txt" -#endif - namespace { static bool g_bEnabledSwitchedOn = false; |