From 155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 19 Dec 2017 12:25:40 -0800 Subject: Integrate simplified message handling --- src/WixToolset.Core/Inscriber.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/WixToolset.Core/Inscriber.cs') diff --git a/src/WixToolset.Core/Inscriber.cs b/src/WixToolset.Core/Inscriber.cs index 81781ad4..efe64ad2 100644 --- a/src/WixToolset.Core/Inscriber.cs +++ b/src/WixToolset.Core/Inscriber.cs @@ -8,7 +8,7 @@ namespace WixToolset /// /// Converts a wixout representation of an MSM database into a ComponentGroup the form of WiX source. /// - public sealed class Inscriber : IMessageHandler + public sealed class Inscriber { /// /// Gets or sets the temp files collection. @@ -433,10 +433,5 @@ namespace WixToolset #endif return true; } - - public void OnMessage(MessageEventArgs e) - { - Messaging.Instance.OnMessage(e); - } } } -- cgit v1.2.3-55-g6feb