diff --git a/src/lib/arch/win32/ArchMiscWindows.cpp b/src/lib/arch/win32/ArchMiscWindows.cpp index 67dac3d93b..6b966c6797 100644 --- a/src/lib/arch/win32/ArchMiscWindows.cpp +++ b/src/lib/arch/win32/ArchMiscWindows.cpp @@ -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; diff --git a/src/lib/arch/win32/ArchMiscWindows.h b/src/lib/arch/win32/ArchMiscWindows.h index 809cb551dc..3ee80441b5 100644 --- a/src/lib/arch/win32/ArchMiscWindows.h +++ b/src/lib/arch/win32/ArchMiscWindows.h @@ -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.