get rid of some warnings,

removed NG_LoopBackNetworkDeviceInterface::GetNetworkVersion(), wasnt used anywhere.
This commit is contained in:
2010-06-05 15:31:55 +00:00
parent 2403214cb4
commit 556b57febf
19 changed files with 52 additions and 84 deletions

View File

@@ -63,11 +63,6 @@ void NG_LoopBackNetworkDeviceInterface::NextFrame()
m_currentQueue=1-m_currentQueue;
}
STR_String NG_LoopBackNetworkDeviceInterface::GetNetworkVersion()
{
return LOOPBACK_NETWORK_VERSION;
}
void NG_LoopBackNetworkDeviceInterface::SendNetworkMessage(NG_NetworkMessage* nwmsg)
{
#ifdef NAN_NET_DEBUG