publish_devices() can return NULL, ie for Wacom devices which are not handled by usb_hid

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2008-02-16 15:54:51 +00:00
parent c9794bddd7
commit e47368c84e
@@ -1165,7 +1165,6 @@ publish_devices(void)
rebuild_device_names();
gDeviceListChanged = false;
}
assert(gDeviceNames != NULL);
return (const char **)gDeviceNames;
}