aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WinformsDesktop.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-25 14:48:57 -0500
committerlempamo <[email protected]>2017-02-25 14:48:57 -0500
commitce0819e257497d9307a21770bb80423bbcd53248 (patch)
treef1810917bb7c0f040e55e49c2c97a003ffdb5d1c /ShiftOS.WinForms/WinformsDesktop.cs
parent4c9640dcb26e110aac0b8be85db6aed9aeb246a6 (diff)
parent68eb6e95c6611bafa8a820ad3f8c123a351a9be9 (diff)
downloadshiftos_thereturn-ce0819e257497d9307a21770bb80423bbcd53248.tar.gz
shiftos_thereturn-ce0819e257497d9307a21770bb80423bbcd53248.tar.bz2
shiftos_thereturn-ce0819e257497d9307a21770bb80423bbcd53248.zip
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.cs')
-rw-r--r--ShiftOS.WinForms/WinformsDesktop.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs
index bcb853f..957c793 100644
--- a/ShiftOS.WinForms/WinformsDesktop.cs
+++ b/ShiftOS.WinForms/WinformsDesktop.cs
@@ -68,13 +68,6 @@ namespace ShiftOS.WinForms
};
- NotificationDaemon.NotificationRead += () =>
- {
- //Soon this will pop a balloon note.
- btnnotifications.Text = "Notifications (" + NotificationDaemon.GetUnreadCount().ToString() + ")";
-
- };
-
this.LocationChanged += (o, a) =>
{
if (this.Left != 0)