summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/BrowserBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-sharp/BrowserBase.cs')
-rw-r--r--avahi-sharp/BrowserBase.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/avahi-sharp/BrowserBase.cs b/avahi-sharp/BrowserBase.cs
index 2968114..1f1f550 100644
--- a/avahi-sharp/BrowserBase.cs
+++ b/avahi-sharp/BrowserBase.cs
@@ -41,10 +41,6 @@ namespace Avahi
if (AllForNow != null)
AllForNow (this, new EventArgs ());
break;
- case BrowserEvent.NotFound:
- if (NotFound != null)
- NotFound (this, new EventArgs ());
- break;
case BrowserEvent.Failure:
if (Failed != null)
Failed (this, new EventArgs ());