fixed one bug in ConSpliterUgaDrawSetMode().

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7971 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2009-03-27 05:10:28 +00:00
parent 8d1d25edd8
commit 3d31d868b6
1 changed files with 0 additions and 2 deletions

View File

@ -787,8 +787,6 @@ ConSpliterUgaDrawSetMode (
// //
for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) { for (Index = 0; Index < Private->CurrentNumberOfConsoles; Index++) {
ReturnStatus = EFI_UNSUPPORTED;
GraphicsOutput = Private->TextOutList[Index].GraphicsOutput; GraphicsOutput = Private->TextOutList[Index].GraphicsOutput;
if (GraphicsOutput != NULL) { if (GraphicsOutput != NULL) {
// //