From 3b85fde4cc22a2965dc265dcbd6badd335d64e1e Mon Sep 17 00:00:00 2001 From: Michael Scharf Date: Sat, 16 Dec 2006 01:15:54 +0000 Subject: [PATCH] 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 --- .../org/eclipse/tm/terminal/internal/view/TerminalView.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/terminal/internal/view/TerminalView.java b/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/terminal/internal/view/TerminalView.java index 745d47780e0..4434dd770c8 100644 --- a/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/terminal/internal/view/TerminalView.java +++ b/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/terminal/internal/view/TerminalView.java @@ -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);