mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-09-04 15:17:19 +00:00
Windows: remove unused code targeting Windows 2000.
This commit is contained in:
@@ -10069,12 +10069,6 @@ wchar_t GetSystemDriveLetter (void)
|
||||
|
||||
void TaskBarIconDisplayBalloonTooltip (HWND hwnd, wchar_t *headline, wchar_t *text, BOOL warning)
|
||||
{
|
||||
if (nCurrentOS == WIN_2000)
|
||||
{
|
||||
MessageBoxW (MainDlg, text, headline, warning ? MB_ICONWARNING : MB_ICONINFORMATION);
|
||||
return;
|
||||
}
|
||||
|
||||
NOTIFYICONDATAW tnid;
|
||||
|
||||
ZeroMemory (&tnid, sizeof (tnid));
|
||||
|
||||
Reference in New Issue
Block a user