From f65b139af6ac36179b4b7d438939ef5418b407b1 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 5 Aug 2014 16:44:14 +0100 Subject: [PATCH] removed testing display code --- Saviour Backup System/notificationIcon.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Saviour Backup System/notificationIcon.cs b/Saviour Backup System/notificationIcon.cs index e01e01d..44cfa5d 100644 --- a/Saviour Backup System/notificationIcon.cs +++ b/Saviour Backup System/notificationIcon.cs @@ -27,7 +27,6 @@ namespace Saviour_Backup_System private static void displayWindow(object sender, EventArgs e) { - MessageBox.Show("Display"); } } }