tmf: Fix set focus on SWT Chart viewers
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.analysis.xml.ui / src / org / eclipse / tracecompass / internal / tmf / analysis / xml / ui / views / xychart / XmlXYView.java
index 80de190a35e31d1263f9c6d32da1a6f53a3b91d8..8487aaf119ddcd1194359d48728a6f2566458ddc 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 École Polytechnique de Montréal
+ * Copyright (c) 2014, 2015 École Polytechnique de Montréal
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -68,11 +68,6 @@ public class XmlXYView extends TmfChartView {
         setViewTitle();
     }
 
-    @Override
-    public void setFocus() {
-
-    }
-
     private void setViewTitle() {
         /*
          * Get the view element from the XML file. If the element can't be
This page took 0.024691 seconds and 5 git commands to generate.