summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-09-08 15:50:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-09-08 15:50:04 +0300
commitb45c3355380c669635dd810fc4ca4ec3a40f4b08 (patch)
treef578c82b0a5ce89d4c3851539e65dbebcf4c9b90 /src
parent668f9b1f21858ce9e199e804dbd5c16b27ea7dae (diff)
unused code removed
Diffstat (limited to 'src')
-rw-r--r--src/core/stdmsg/src/msgs.cpp6
1 files changed, 0 insertions, 6 deletions
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)