1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +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

@ -406,10 +406,6 @@ UINT UtSpeedMeterDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void
} }
// Speedometer // Speedometer
void UtSpeedMeter()
{
UtSpeedMeterEx(NULL);
}
void UtSpeedMeterEx(void *hWnd) void UtSpeedMeterEx(void *hWnd)
{ {
Dialog((HWND)hWnd, D_SPEEDMETER, UtSpeedMeterDlgProc, NULL); Dialog((HWND)hWnd, D_SPEEDMETER, UtSpeedMeterDlgProc, NULL);

View File

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