From df3a012b7772a3d7dd9e0c1f941d2530f2ecc2c4 Mon Sep 17 00:00:00 2001 From: BDisp Date: Fri, 17 Mar 2023 17:05:44 +0000 Subject: [PATCH] Remove unnecessary partial statement. --- Terminal.Gui/Windows/Wizard.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Windows/Wizard.cs b/Terminal.Gui/Windows/Wizard.cs index 3d277d8d9..6aaf4d648 100644 --- a/Terminal.Gui/Windows/Wizard.cs +++ b/Terminal.Gui/Windows/Wizard.cs @@ -54,7 +54,7 @@ namespace Terminal.Gui { /// Application.Shutdown (); /// /// - public partial class Wizard : Dialog { + public class Wizard : Dialog { /// /// Represents a basic step that is displayed in a . The view is divided horizontally in two. On the left is the /// content view where s can be added, On the right is the help for the step.