diff --git a/src/ucar/unidata/idv/control/TimeHeightControl.java b/src/ucar/unidata/idv/control/TimeHeightControl.java index 2d8ce0cce..6f36d010d 100644 --- a/src/ucar/unidata/idv/control/TimeHeightControl.java +++ b/src/ucar/unidata/idv/control/TimeHeightControl.java @@ -1152,12 +1152,6 @@ static public class MyTimeHeightControl extends TimeHeightControl { ContourInfo contourInfo; - private Color color; - - private String OldSmoothingType = LABEL_NONE; - - private int OldSmoothingFactor = 0; - public MyTimeHeightControl() { setAttributeFlags(FLAG_COLORTABLE | FLAG_CONTOUR | FLAG_DISPLAYUNIT | FLAG_SMOOTHING ); } @@ -1344,22 +1338,7 @@ protected void displayTHForCoord(FieldImpl fi, int NN) } // end method displayTHForCoord - /** - * Use the value of the smoothing type and weight to subset the data. - * - * @throws RemoteException Java RMI problem - * @throws VisADException VisAD problem - */ - protected void applySmoothing() throws VisADException, RemoteException { - if (checkFlag(FLAG_SMOOTHING)) { - if ( !getSmoothingType().equals(OldSmoothingType) - || (getSmoothingFactor() != OldSmoothingFactor)) { - OldSmoothingType = getSmoothingType(); - OldSmoothingFactor = getSmoothingFactor(); - loadProfile(getPosition()); - } - } - } + protected String getTitle() { //Use the bottom legend text as the window title return " ";