VirtualBox

Changeset 16468 in vbox


Ignore:
Timestamp:
Feb 2, 2009 4:42:57 PM (16 years ago)
Author:
vboxsync
Message:

obsolete stuff

File:
1 edited

Legend:

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

    r16380 r16468  
    695695     * Validate configuration.
    696696     */
    697     if (!CFGMR3AreValuesValid(pCfgHandle, "Object\0OpenGLEnabled\0crOpenGLEnabled\0"))
     697    if (!CFGMR3AreValuesValid(pCfgHandle, "Object\0"))
    698698        return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES;
     699
    699700    PPDMIBASE pBaseIgnore;
    700701    int rc = pDrvIns->pDrvHlp->pfnAttach(pDrvIns, &pBaseIgnore);
     
    796797    else
    797798        LogRel(("Failed to load Shared Folders service %Rrc\n", rc));
    798 
    799799
    800800    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