Internalize API for trace control and move control to lttng2
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / internal / lttng / ui / views / PerspectiveFactory.java
index 9d3e6810f568bd50ee0be1087eadbd9598ec7ac2..32eac7e678601d6f420fd0790d8c4cc829e63741 100644 (file)
@@ -12,7 +12,6 @@
 
 package org.eclipse.linuxtools.internal.lttng.ui.views;
 
-import org.eclipse.linuxtools.internal.lttng.ui.views.control.ControlView;
 import org.eclipse.linuxtools.internal.lttng.ui.views.controlflow.ControlFlowView;
 import org.eclipse.linuxtools.internal.lttng.ui.views.resources.ResourcesView;
 import org.eclipse.linuxtools.internal.lttng.ui.views.statistics.StatisticsView;
@@ -38,7 +37,7 @@ public class PerspectiveFactory implements IPerspectiveFactory {
     private static final String RESOURCES_VIEW_ID = ResourcesView.ID;
     private static final String STATISTICS_VIEW_ID = StatisticsView.ID;
     private static final String HISTOGRAM_VIEW_ID = HistogramView.ID;
-    private static final String CONTROL_VIEW_ID = ControlView.ID;
+    
 
     // Standard Eclipse views
     private static final String PROJECT_VIEW_ID = IPageLayout.ID_PROJECT_EXPLORER;
@@ -63,7 +62,6 @@ public class PerspectiveFactory implements IPerspectiveFactory {
         IFolderLayout topLeftFolder = layout.createFolder(
                 "topLeftFolder", IPageLayout.LEFT, 0.15f, IPageLayout.ID_EDITOR_AREA); //$NON-NLS-1$
         topLeftFolder.addView(PROJECT_VIEW_ID);
-        topLeftFolder.addView(CONTROL_VIEW_ID);
 
         // Create the top right folder
         IFolderLayout topRightFolder = layout.createFolder(
This page took 0.02337 seconds and 5 git commands to generate.