Removed all calls to NET_PollSockets(...). Netlib now does the polling itself...

git-svn-id: svn://10.0.0.236/trunk@6706 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1998-07-29 06:01:57 +00:00
parent 9c98d36f7e
commit fa4119dae4

View File

@@ -42,7 +42,6 @@ NS_DEFINE_IID(kIPostToServerIID, NS_IPOSTTOSERVER_IID);
/* XXX: Don't include net.h... */
extern "C" {
extern int NET_PollSockets();
extern void NET_ToggleTrace();
};
@@ -236,8 +235,6 @@ int main(int argc, char **argv)
DispatchMessage(&msg);
}
#endif
(void) NET_PollSockets();
}
pURL->Release();