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
This commit is contained in:
parent
b27862d236
commit
6a009eb657
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user