diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-02-20 23:09:00 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-02-20 23:09:00 +0000 |
commit | 22e41ef08338ae6dd59acbe6d4d8e50d83672816 (patch) | |
tree | 29bc22ae9a7be2d54b974500e92366122e1c60a3 /libdrm/TODO | |
parent | 0a211db23c0d7e22946aa25f22e9aeab6783b617 (diff) |
Formatting cleanup, dead code removal. Remove N() namespacing macro,
useless. Remove SIGIO handling functions as they're server-only and
properly belong in libdri.
Diffstat (limited to 'libdrm/TODO')
-rw-r--r-- | libdrm/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libdrm/TODO b/libdrm/TODO index d8cff336..b6316a29 100644 --- a/libdrm/TODO +++ b/libdrm/TODO @@ -7,5 +7,4 @@ - drmMsg, xf86DrvMsgVerb versus vfprintf - drmOpenDevice tries chmod/chown if in server - drmOpen{,ByName} tries to load kernel module if in server - - drm*SIGIOHandler only exists in server - All but the last three should probably be factored out into libdri. + All but the last two should probably be factored out into libdri. |