changeset 21:d84d7244e575

* Remove remaining references to IBBoard.Log4Net from WinForums UI no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sat, 27 Jun 2009 11:06:42 +0000
parents 0bcee25a84bc
children 84f61658e320
files FrmMain.cs
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/FrmMain.cs	Thu Jun 25 18:47:10 2009 +0000
+++ b/FrmMain.cs	Sat Jun 27 11:06:42 2009 +0000
@@ -17,7 +17,6 @@
 using IBBoard.Commands;
 using IBBoard.IO;
 using IBBoard.Lang;
-using IBBoard.Log4Net;
 using IBBoard.Windows.Forms;
 using IBBoard.Windows.Forms.I18N;
 using IBBoard.Xml;
@@ -96,7 +95,6 @@
 		{
 			this.Closing+=new CancelEventHandler(FrmMain_Closing);
 			CommandStack.CommandStackUpdated += new MethodInvoker(commandStack_CommandStackUpdated);
-			LogNotifierHandler.RegisterNotifierHandler();
 
 			InitializeComponent();