VirtualBox

Changeset 17757 in vbox


Ignore:
Timestamp:
Mar 12, 2009 3:31:16 PM (16 years ago)
Author:
vboxsync
Message:

Cbinding: removed unnecessary functions

Location:
trunk/src/VBox/Main/cbinding
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp

    r17712 r17757  
    7373        nsMemory::Free(ptr);
    7474    }
    75 }
    76 
    77 int
    78 VBoxSetEnv(const char *pszVar, const char *pszValue)
    79 {
    80     return RTEnvSet(pszVar, pszValue);
    81 }
    82 
    83 const char *
    84 VBoxGetEnv(const char *pszVar)
    85 {
    86     return RTEnvGet(pszVar);
    8775}
    8876
     
    176164        VBoxUtf8ToUtf16,
    177165
    178         VBoxGetEnv,
    179         VBoxSetEnv,
    180 
    181166        VBOX_XPCOMC_VERSION
    182167    };
  • trunk/src/VBox/Main/cbinding/xpcidl.xsl

    r17754 r17757  
    610610    int   (*pfnUtf8ToUtf16)(const char *pszString, PRUnichar **ppwszString);
    611611
    612     const char * (*pfnGetEnv)(const char *pszVar);
    613     int   (*pfnSetEnv)(const char *pszVar, const char *pszValue);
    614612    /** Tail version, same as uVersion. */
    615613    unsigned uEndVersion;
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