1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

bug 168183: [terminal] Exception logged when switching to terminal view for the first time

https://bugs.eclipse.org/bugs/show_bug.cgi?id=168183
removed obsolete stuff
This commit is contained in:
Michael Scharf 2006-12-16 01:15:54 +00:00
parent 7ac215b39e
commit 3b85fde4cc

View file

@ -340,10 +340,6 @@ public class TerminalView extends ViewPart implements ITerminalView, ITerminalLi
// Bind plugin.xml key bindings to this plugin. Overrides global Control-W key
// sequence.
/** Activate the sy context allowing shortcuts like F3(open declaration) in the view */
IContextService ctxtService = (IContextService) getSite().getService(IContextService.class);
// TODO define context if not existing
setPartName(ViewMessages.PROP_TITLE);
setupControls(wndParent);