sfml+: remove TODO
authorMaya Rashish <maya@NetBSD.org>
Tue, 12 May 2020 20:35:53 +0000 (23:35 +0300)
committerMaya Rashish <maya@NetBSD.org>
Tue, 12 May 2020 20:35:53 +0000 (23:35 +0300)
This gives the impression the package doesn't work. It didn't build
at the time, but now it does and it works.

sfml+/TODO [deleted file]

diff --git a/sfml+/TODO b/sfml+/TODO
deleted file mode 100644 (file)
index cd523ab..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Need to write NetBSD joystick code based on FreeBSD code.
-FreeBSD code seems strange - it may not match current FreeBSD?
-- some of the prototypes seem to have changed in FreeBSD
-
-We don't have hid_get_report_id.
-hid reportid seems to be set by calling hid_start_parse(.., .., id);
-(what is the utility of setting an id? what should it be?)
-
-(relevant info in /usr/src/lib/libusbhid and man 3 usbhid.
-games/rocksndiamonds seems to have a joystick implementation that
-may be referenced.)