Index: applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelMain.java
===================================================================
--- applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelMain.java	(revision 28882)
+++ applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelMain.java	(revision 28885)
@@ -20,6 +20,4 @@
 	public PanelLights panelLights = null;
 	public PanelMore panelMore = null;
-	public PanelNotice panelNotice = null;
-	public JScrollPane scrollNotice = null;
 	public PanelTop panelTop = null;
 	public PanelFog panelFog = null;
@@ -188,10 +186,4 @@
 		panelMore.setVisible(false);
 		add(panelMore);
-		panelNotice = new PanelNotice(dlg);
-		panelNotice.setPreferredSize(new Dimension(340, 300));
-		scrollNotice = new JScrollPane(panelNotice, ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS, ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
-		scrollNotice.setBounds(new Rectangle(40, 165, 360, 160));
-		scrollNotice.setVisible(false);
-		add(scrollNotice);
 		panelTop = new PanelTop(dlg);
 		panelTop.setBounds(new Rectangle(40, 165, 360, 160));
@@ -292,5 +284,4 @@
 		panelLights.setVisible(false);
 		panelMore.setVisible(false);
-		scrollNotice.setVisible(false);
 		panelTop.setVisible(false);
 		panelFog.setVisible(false);
@@ -318,6 +309,4 @@
 				panelHaz.syncPanel();
 				break;
-			case NTC:
-				scrollNotice.setVisible(true);
 			case SPP:
 				specButton.setBorderPainted(true);
