elide references to height
[fw/altos] / teststand / TestStandStatus.java
index e79d50a63db6ab5f517b493602da1ac9070ebd48..141b4812365eeb8883e0ac433bb6515fe59820f1 100644 (file)
@@ -241,11 +241,6 @@ public class TestStandStatus extends JComponent implements AltosFlightDisplay {
                        stop();
        }
 
-       public int height() {
-               Dimension d = layout.preferredLayoutSize(this);
-               return d.height;
-       }
-
        TestStandStatusUpdate   status_update;
        javax.swing.Timer       timer;