Servd: Remove no devices found event

This commit is contained in:
Kyle Schwarz
2026-05-12 15:58:11 -04:00
parent 7cca96dcfb
commit 87c10410e8
4 changed files with 0 additions and 9 deletions
-1
View File
@@ -166,7 +166,6 @@ public:
ServdNoDataError = ServdBindError + 9,
ServdJoinMulticastError = ServdBindError + 10,
ServdNotReachable = ServdBindError + 11,
ServdNoDevicesFound = ServdBindError + 12,
// DXX
DXXErrorSys = 0x6100,