From b45c3355380c669635dd810fc4ca4ec3a40f4b08 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Sep 2017 15:50:04 +0300 Subject: unused code removed --- src/core/stdmsg/src/msgs.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core') diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index 7d40f861e7..7df2891d00 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -22,12 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h" #include "statusicon.h" -/* Missing MinGW GUIDs */ -#ifdef __MINGW32__ -const CLSID IID_IRichEditOle = { 0x00020D00, 0x00, 0x00, { 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 } }; -const CLSID IID_IRichEditOleCallback = { 0x00020D03, 0x00, 0x00, { 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 } }; -#endif - ///////////////////////////////////////////////////////////////////////////////////////// CMsgDialog::CMsgDialog(int iDialogId, SESSION_INFO *si) -- cgit v1.2.3