altosui: Add multi-sized icons to all windows
[fw/altos] / altosui / AltosFlightUI.java
index ddc54cbd18a82958b4cefc1bd809a43cc7b80c1e..600d8acce428232f973e0ff4cef79c7bf13b7db7 100644 (file)
@@ -170,10 +170,6 @@ public class AltosFlightUI extends AltosFrame implements AltosFlightDisplay, Alt
 
                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", reader.name));
 
                /* Stick channel selector at top of table for telemetry monitoring */