Remove unused variables

This commit is contained in:
Changhua 2024-06-10 17:53:27 +08:00
parent 3ec0c9306b
commit 6133c22169

View File

@ -95,7 +95,6 @@ void SendFileMessage(string wxid, string path)
WxString wxWxid(wsWxid);
WxString wxPath(wsPath);
WxString nullbuffer;
funcNew_t funcNew = (funcNew_t)(g_WeChatWinDllAddr + g_WxCalls.sendFile.call1);
funcFree_t funcFree = (funcFree_t)(g_WeChatWinDllAddr + g_WxCalls.sendFile.call2);