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:
parent
057984b87c
commit
7f8e5b00dc
@ -406,10 +406,6 @@ UINT UtSpeedMeterDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void
|
||||
}
|
||||
|
||||
// Speedometer
|
||||
void UtSpeedMeter()
|
||||
{
|
||||
UtSpeedMeterEx(NULL);
|
||||
}
|
||||
void UtSpeedMeterEx(void *hWnd)
|
||||
{
|
||||
Dialog((HWND)hWnd, D_SPEEDMETER, UtSpeedMeterDlgProc, NULL);
|
||||
|
@ -131,7 +131,6 @@ void UtSpeedMeterDlgRefreshStatus(HWND hWnd);
|
||||
#endif // UT_C
|
||||
|
||||
// Function prototype
|
||||
void UtSpeedMeter();
|
||||
void UtSpeedMeterEx(void *hWnd);
|
||||
|
||||
#endif // UT_H
|
||||
|
Loading…
Reference in New Issue
Block a user