tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / timegraph / widgets / ITimeDataProvider.java
index 0d21e8eed551994642bdf1238ac019c3cf571e7a..74c33569964be9268d5c5e93257327e93950dca1 100644 (file)
@@ -1,6 +1,5 @@
-
 /*****************************************************************************
- * Copyright (c) 2007 Intel Corporation, 2010, 2012 Ericsson.
+ * Copyright (c) 2007, 2013 Intel Corporation, Ericsson.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -11,7 +10,6 @@
  *   Ruslan A. Scherbakov, Intel - Initial API and implementation
  *   Alvaro Sanchez-Leon - Updated for TMF
  *   Patrick Tasse - Refactoring
- *
  *****************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.widgets.timegraph.widgets;
@@ -136,12 +134,6 @@ public interface ITimeDataProvider {
      */
     int getTimeSpace();
 
-    /**
-     * @return If the time format is calendar (true) or relative (false)
-     * @deprecated replaced by {@link #getTimeFormat()}
-     */
-    boolean isCalendarFormat();
-
     /**
      * @return the time format, one of:
      * <ul>
This page took 0.024233 seconds and 5 git commands to generate.