diff options
author | Sven Gothel <[email protected]> | 2014-01-22 11:05:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 11:05:45 +0100 |
commit | 6008ff08e84cdce78da49e1e3e03a0fe13437783 (patch) | |
tree | 5f2cd57ed95e16041a03e2f0434581d6f192fd64 /jnlp-files/HDRDebug.jnlp | |
parent | b15b2a31cb4ec8ebaaf435259a66644d81fdb4a9 (diff) |
JNLP/Applets: Remove 'sun.java2d.noddraw' - We don't test with these flags either ..
Diffstat (limited to 'jnlp-files/HDRDebug.jnlp')
-rwxr-xr-x | jnlp-files/HDRDebug.jnlp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jnlp-files/HDRDebug.jnlp b/jnlp-files/HDRDebug.jnlp index d49f92c..33729ec 100755 --- a/jnlp-files/HDRDebug.jnlp +++ b/jnlp-files/HDRDebug.jnlp @@ -13,7 +13,6 @@ <resources> <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <property name="sun.java2d.noddraw" value="true"/> <property name="jnlp.gluegen.debug.NativeLibrary" value="true"/> <property name="jnlp.nativewindow.debug" value="all"/> <property name="jnlp.nativewindow.TraceLock" value="true"/> |