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/CustomText.jnlp | |
parent | b15b2a31cb4ec8ebaaf435259a66644d81fdb4a9 (diff) |
JNLP/Applets: Remove 'sun.java2d.noddraw' - We don't test with these flags either ..
Diffstat (limited to 'jnlp-files/CustomText.jnlp')
-rw-r--r-- | jnlp-files/CustomText.jnlp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jnlp-files/CustomText.jnlp b/jnlp-files/CustomText.jnlp index 1a10367..f242ec0 100644 --- a/jnlp-files/CustomText.jnlp +++ b/jnlp-files/CustomText.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"/> <jar href="jar/jogl-demos.jar" main="true"/> <jar href="jar/jogl-demos-util.jar" /> <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" /> |