mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-19 08:31:32 +03:00
src/Cedar/CM: remove unused function, variables
found by cppcheck [src/Cedar/CM.c:4509]: (style) Variable 'easy' is assigned a value that is never used. [src/Cedar/CM.c:4547]: (style) Variable 'hub_name' is assigned a value that is never used. [src/Cedar/CM.c:4609]: (style) Variable 'is_account' is assigned a value that is never used. [src/Cedar/CM.c:8545]: (style) The function 'CmLoadK' is never used.
This commit is contained in:
@ -506,7 +506,6 @@ void CmEditAccountDlgInit(HWND hWnd, CM_ACCOUNT *a);
|
||||
void CmEditAccountDlgOnOk(HWND hWnd, CM_ACCOUNT *a);
|
||||
void CmEditAccountDlgStartEnumHub(HWND hWnd, CM_ACCOUNT *a);
|
||||
bool CmLoadXAndK(HWND hWnd, X **x, K **k);
|
||||
bool CmLoadK(HWND hWnd, K **k);
|
||||
bool CmLoadKEx(HWND hWnd, K **k, char *filename, UINT size);
|
||||
bool CmLoadKExW(HWND hWnd, K **k, wchar_t *filename, UINT size);
|
||||
bool CmLoadXFromFileOrSecureCard(HWND hWnd, X **x);
|
||||
|
||||
Reference in New Issue
Block a user