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:
parent
dbadd01cfb
commit
5b9336c685
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue