[not part of build] Removed dependencies on MRJNetworking, which is unavailable in OS X.

This commit is contained in:
beard%netscape.com 2001-10-16 23:29:54 +00:00
Родитель f5feeee95c
Коммит 472bc130d9
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -47,7 +47,6 @@
#include "MRJContext.h"
#include "MRJConsole.h"
#include "MRJMonitor.h"
#include "MRJNetworking.h"
#include <ControlDefinitions.h>
#include <string.h>
@ -309,11 +308,6 @@ OSStatus MRJSession::open()
// create a monitor for the message queue to unblock Java threads.
mMessageMonitor = new MRJMonitor(this);
#ifdef MRJPLUGIN_4X
// hook up MRJ networking layer, to permit SSL, etc.
::OpenMRJNetworking(this);
#endif
}
} else {
mStatus = kJMVersionError;