1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +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 dbadd01cfb
commit 5b9336c685

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);