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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user