removing unecessary functions

This commit is contained in:
Mohamed Boussaffa
2016-03-06 21:19:05 +08:00
parent dd99cf8550
commit 4ea5c77793
2 changed files with 0 additions and 15 deletions

View File

@@ -265,16 +265,6 @@ void nethogsmonitor_register_callback(NethogsMonitorCallback cb)
}
}
void nethogsmonitor_set_refresh_delay(int seconds)
{
monitor_refresh_delay = seconds;
}
void nethogsmonitor_set_pcap_dispatch_delay(int milliseconds)
{
monitor_pc_dispatch_delay_ms = milliseconds;
}
bool nethogsmonitor_start()
{
bool expected = false;