refactor: remove unused ArchMiscWindows::removeDialog

This commit is contained in:
sithlord48
2025-03-22 19:06:54 -04:00
committed by Nick Bolton
parent 133545d03f
commit 9df2a2c28d
2 changed files with 0 additions and 8 deletions

View File

@ -256,11 +256,6 @@ ArchMiscWindows::readValueInt(HKEY key, const TCHAR *name)
return value;
}
void ArchMiscWindows::removeDialog(HWND hwnd)
{
s_dialogs->erase(hwnd);
}
bool ArchMiscWindows::processDialog(MSG *msg)
{
for (Dialogs::const_iterator index = s_dialogs->begin(); index != s_dialogs->end(); ++index) {

View File

@ -101,9 +101,6 @@ public:
//! Read a DWORD value from the registry
static DWORD readValueInt(HKEY, const TCHAR *name);
//! Remove a dialog
static void removeDialog(HWND);
//! Process dialog message
/*!
Checks if the message is destined for a dialog. If so the message