VirtualBox

Changeset 107804 in vbox


Ignore:
Timestamp:
Jan 16, 2025 9:21:07 AM (6 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166956
Message:

Main/src-client/ConsoleImplConfigX86.cpp: Disable unused variable, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Main/src-client/ConsoleImplConfigX86.cpp

    r107801 r107804  
    611611
    612612    BOOL fOsXGuest = FALSE;
    613     BOOL fWinGuest = FALSE;
     613    /*BOOL fWinGuest = FALSE; unused*/
    614614    BOOL fOs2Guest = FALSE;
    615615    BOOL fW9xGuest = FALSE;
     
    620620        hrc = pGuestOSType->COMGETTER(FamilyId)(guestTypeFamilyId.asOutParam());            H();
    621621        fOsXGuest = guestTypeFamilyId == Bstr("MacOS");
    622         fWinGuest = guestTypeFamilyId == Bstr("Windows");
     622        /*fWinGuest = guestTypeFamilyId == Bstr("Windows");*/
    623623        fOs2Guest = osTypeId.startsWith(GUEST_OS_ID_STR_PARTIAL("OS2"));
    624624        fW9xGuest = osTypeId.startsWith(GUEST_OS_ID_STR_PARTIAL("Windows9"));    /* Does not include Windows Me. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette