altosui: Add multi-sized icons to all windows
[fw/altos] / altosui / AltosIdleMonitorUI.java
index 46ca3e5d8785602ae2acd867f574f85a3ce293d7..510579c5973c56ab05255c9630513c89eb618856 100644 (file)
@@ -106,10 +106,6 @@ public class AltosIdleMonitorUI extends AltosFrame implements AltosFlightDisplay
 
                GridBagConstraints c = new GridBagConstraints();
 
-               java.net.URL imgURL = AltosUI.class.getResource("/altus-metrum-16x16.jpg");
-               if (imgURL != null)
-                       setIconImage(new ImageIcon(imgURL).getImage());
-
                setTitle(String.format("AltOS %s", device.toShortString()));
 
                /* Stick frequency selector at top of table for telemetry monitoring */