unfix until mac link problem can be dealt with

git-svn-id: svn://10.0.0.236/trunk@27565 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%netscape.com 1999-04-15 12:33:06 +00:00
parent 593373dbd6
commit da2eca81ec

View File

@ -668,7 +668,6 @@ VR_INTERFACE(REGERR) VR_PackRegistry(void *userData, nr_RegPackCallbackFunc fn)
#endif /* STANDALONE_REGISTRY */
#ifdef STANDALONE_REGISTRY
VR_INTERFACE(REGERR) VR_CreateRegistry( char *installation, char *programPath, char *versionStr )
{
REGERR err;
@ -720,7 +719,6 @@ VR_INTERFACE(REGERR) VR_CreateRegistry( char *installation, char *programPath, c
return err;
} /* CreateRegistry */
#endif
VR_INTERFACE(REGERR) VR_Close(void)