From 1146b5ac56512102b39376c00167a43642ff1fb2 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 12 Jun 2015 13:58:49 +0200 Subject: [PATCH] Removed unused field. --- Perspex.Application/Application.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Perspex.Application/Application.cs b/Perspex.Application/Application.cs index 634b7f88c3..4bd43a5984 100644 --- a/Perspex.Application/Application.cs +++ b/Perspex.Application/Application.cs @@ -42,8 +42,6 @@ namespace Perspex /// private Styler styler = new Styler(); - private ICloseable mainWindow; - /// /// Initializes a new instance of the class. ///