From 6a009eb6572e4786f30ef36f73b8995d2b088616 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 16 Nov 2010 20:08:17 +0000 Subject: [PATCH] Removed impossible TODO: We can't set a environment variable of another program (after it has been started). What is TTYPE anyway? Google didn't turn anything up and there are the POSIX locale environment variables anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39456 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/terminal/TermView.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/apps/terminal/TermView.cpp b/src/apps/terminal/TermView.cpp index 9b52707d2e..cf5760b45d 100644 --- a/src/apps/terminal/TermView.cpp +++ b/src/apps/terminal/TermView.cpp @@ -870,9 +870,6 @@ TermView::Encoding() const void TermView::SetEncoding(int encoding) { - // TODO: Shell::_Spawn() sets the "TTYPE" environment variable using - // the string value of encoding. But when this function is called and - // the encoding changes, the new value is never passed to Shell. fEncoding = encoding; BAutolock _(fTextBuffer);