1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-11-19 18:01:33 +03:00

src/Cedar/UT: remove unused function

found by cppcheck

[src/Cedar/Proto_SSTP.c:126]: (style) The function 'SetNoSstp' is never used.
This commit is contained in:
Ilya Shipitsin
2019-01-06 23:39:43 +05:00
parent 057984b87c
commit 7f8e5b00dc
2 changed files with 0 additions and 5 deletions

View File

@ -131,7 +131,6 @@ void UtSpeedMeterDlgRefreshStatus(HWND hWnd);
#endif // UT_C
// Function prototype
void UtSpeedMeter();
void UtSpeedMeterEx(void *hWnd);
#endif // UT_H