diff options
author | James Willcox <snopr@snorp.net> | 2005-10-26 03:20:44 +0000 |
---|---|---|
committer | James Willcox <snopr@snorp.net> | 2005-10-26 03:20:44 +0000 |
commit | 94d2753047cff1e9223e42736884e4d51348b45a (patch) | |
tree | 5d4173121818486d3adaa3c3b357b2a6f893860c /avahi-sharp/BrowserBase.cs | |
parent | 58dbdd3113ff75b7262ac2e7a8474550a2dacfd3 (diff) |
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
Diffstat (limited to 'avahi-sharp/BrowserBase.cs')
-rw-r--r-- | avahi-sharp/BrowserBase.cs | 4 |
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 ()); |