From 94d2753047cff1e9223e42736884e4d51348b45a Mon Sep 17 00:00:00 2001 From: James Willcox Date: Wed, 26 Oct 2005 03:20:44 +0000 Subject: first pass at updating to the 0.6 apis git-svn-id: file:///home/lennart/svn/public/avahi/trunk@876 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-sharp/BrowserBase.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'avahi-sharp/BrowserBase.cs') 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 ()); -- cgit