tmf: Fix remaining Java warnings in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / timegraph / TimeGraphViewer.java
index 944b9b294babb36cb2754f356c37d8a569cdb9ad..0f4f4d6bdc07a3251231a9f8ce11efa80cb1ec5a 100644 (file)
@@ -918,12 +918,6 @@ public class TimeGraphViewer implements ITimeDataProvider, SelectionListener {
         _time1_extSynch = _time1;
     }
 
-    @Override
-    @Deprecated
-    public boolean isCalendarFormat() {
-        return timeFormat == TimeFormat.CALENDAR;
-    }
-
     /**
      * @since 2.0
      */
This page took 0.024312 seconds and 5 git commands to generate.