Remove selection methods from nsIDocument -- they were bogus anyway, real selection lives in the pres shell

git-svn-id: svn://10.0.0.236/trunk@36352 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1999-06-22 21:47:45 +00:00
parent bda09c3060
commit f8788ed37c
9 changed files with 3 additions and 210 deletions

View File

@@ -641,7 +641,7 @@ void JSConsole::OnEditDelete()
//
void JSConsole::OnEditSelectAll()
{
SendMessage(mEditWindow, EM_SETSEL, (WPARAM)0, (LPARAM)-1);
//SendMessage(mEditWindow, EM_SETSEL, (WPARAM)0, (LPARAM)-1);
}
//