tmf: Fix remaining Java warnings in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / timegraph / widgets / ITimeDataProvider.java
index 4b75ae8abbeedc39f658778597cb925d92c37dbd..1d8db4c729d7292ecc006fc8823923bc4e3038f8 100644 (file)
@@ -136,13 +136,6 @@ public interface ITimeDataProvider {
      */
     int getTimeSpace();
 
-    /**
-     * @return If the time format is calendar (true) or relative (false)
-     * @deprecated replaced by {@link #getTimeFormat()}
-     */
-    @Deprecated
-    boolean isCalendarFormat();
-
     /**
      * @return the time format, one of:
      * <ul>
This page took 0.024384 seconds and 5 git commands to generate.