aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/java
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2013-04-24 11:06:49 -0400
committerAdam Domurad <[email protected]>2013-04-24 11:06:49 -0400
commit7b41471de413b4fe7e8cb2d2551b44541aea3fd7 (patch)
tree0df913b0fbf8165aaaaa897141eead6219ce39c9 /plugin/icedteanp/java
parentdfbd349f02bf60a694a80e4c93b24ed2f1413587 (diff)
Remove unnecessary line that can result in NPE
Diffstat (limited to 'plugin/icedteanp/java')
-rw-r--r--plugin/icedteanp/java/sun/applet/PluginAppletViewer.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
index 2951b13..8423c5d 100644
--- a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
+++ b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
@@ -1495,8 +1495,6 @@ public class PluginAppletViewer extends XEmbeddedFrame
if (cl instanceof JNLPClassLoader.CodeBaseClassLoader)
cl = ((JNLPClassLoader.CodeBaseClassLoader) cl).getParentJNLPClassLoader();
- ThreadGroup tg = ((JNLPClassLoader) cl).getApplication().getThreadGroup();
-
appletShutdown(p);
appletPanels.removeElement(p);