refactor: remove unused ArchMiscWindows::setIcons

This commit is contained in:
sithlord48
2025-03-22 18:05:27 -04:00
committed by Nick Bolton
parent 5e4188b2fe
commit b2ff6aa938
2 changed files with 0 additions and 12 deletions

View File

@ -71,12 +71,6 @@ void ArchMiscWindows::init()
s_dialogs = new Dialogs;
}
void ArchMiscWindows::setIcons(HICON largeIcon, HICON smallIcon)
{
s_largeIcon = largeIcon;
s_smallIcon = smallIcon;
}
void ArchMiscWindows::getIcons(HICON &largeIcon, HICON &smallIcon)
{
largeIcon = s_largeIcon;

View File

@ -44,12 +44,6 @@ public:
//! Delete memory
static void cleanup();
//! Set the application icons
/*!
Set the application icons.
*/
static void setIcons(HICON largeIcon, HICON smallIcon);
//! Get the application icons
/*!
Get the application icons.