Skip to content

Commit 3c06a75

Browse files
committed
Remove AbstractActivatorUI.getPerspectiveSupport
It is no longer used by anything
1 parent 92e2a2f commit 3c06a75

File tree

1 file changed

+0
-5
lines changed
  • chemclipse/plugins/org.eclipse.chemclipse.support.ui/src/org/eclipse/chemclipse/support/ui/activator

1 file changed

+0
-5
lines changed

chemclipse/plugins/org.eclipse.chemclipse.support.ui/src/org/eclipse/chemclipse/support/ui/activator/AbstractActivatorUI.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ public EPartService getPartService() {
9999
return getEclipseContext().get(EPartService.class);
100100
}
101101

102-
public PerspectiveSupport getPerspectiveSupport() {
103-
104-
return getEclipseContext().get(PerspectiveSupport.class);
105-
}
106-
107102
/**
108103
* If you get null pointer exceptions you may have called this too early in an Activator.
109104
*/

0 commit comments

Comments
 (0)