Remove NtpGetTime() and use NtpTime(CNetAddr&) instead.
[novacoin.git] / src / ntp.h
index aa48864..8be3864 100644 (file)
--- a/src/ntp.h
+++ b/src/ntp.h
@@ -1,6 +1,3 @@
-// Get time from random server.
-int64_t NtpGetTime();
-
 // Get time from random server and return server address.
 int64_t NtpGetTime(CNetAddr& ip);