]> git.meshlink.io Git - catta/blobdiff - avahi-sharp/BrowserBase.cs
first pass at updating to the 0.6 apis
[catta] / avahi-sharp / BrowserBase.cs
index 2968114294c337e018d6e213a48e1df6480fe216..1f1f5501f9441a3a2b2ece1c8d49214a3cb3106e 100644 (file)
@@ -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 ());