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/worldwind.jnlp | |
parent | b15b2a31cb4ec8ebaaf435259a66644d81fdb4a9 (diff) |
JNLP/Applets: Remove 'sun.java2d.noddraw' - We don't test with these flags either ..
Diffstat (limited to 'jnlp-files/worldwind.jnlp')
-rw-r--r-- | jnlp-files/worldwind.jnlp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jnlp-files/worldwind.jnlp b/jnlp-files/worldwind.jnlp index 816da5f..dd93887 100644 --- a/jnlp-files/worldwind.jnlp +++ b/jnlp-files/worldwind.jnlp @@ -15,7 +15,6 @@ <resources> <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+" initial-heap-size="512m" max-heap-size="512m"/> - <property name="sun.java2d.noddraw" value="true"/> <jar href="worldwind.jar" main="true"/> <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" version="JOGAMP_VERSION"/> </resources> |