VirtualBox

Changeset 16380 in vbox


Ignore:
Timestamp:
Jan 29, 2009 5:15:25 PM (16 years ago)
Author:
vboxsync
Message:

remove dead code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VMMDevInterface.cpp

    r14772 r16380  
    795795    }
    796796    else
    797     {
    798797        LogRel(("Failed to load Shared Folders service %Rrc\n", rc));
    799     }
    800 
    801     bool fEnabled;
    802 
    803     /* Check CFGM option. */
    804     rc = CFGMR3QueryBool(pCfgHandle, "OpenGLEnabled", &fEnabled);
    805     if (    RT_SUCCESS(rc)
    806         &&  fEnabled)
    807     {
    808         rc = pData->pVMMDev->hgcmLoadService ("VBoxSharedOpenGL", "VBoxSharedOpenGL");
    809         if (RT_SUCCESS(rc))
    810         {
    811             LogRel(("Shared OpenGL service loaded.\n"));
    812         }
    813         else
    814         {
    815             LogRel(("Failed to load Shared OpenGL service %Rrc\n", rc));
    816         }
    817     }
     798
    818799
    819800    pDrvIns->pDrvHlp->pfnSSMRegister(pDrvIns, "HGCM", 0, HGCM_SSM_VERSION, 4096/* bad guess */, NULL, iface_hgcmSave, NULL, NULL, iface_hgcmLoad, NULL);
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