diff --git a/src/conio/TODO.txt b/src/conio/TODO.txt deleted file mode 100644 index e9f4ba0382e1f7748bfa0f092eb386d8981e64f3..0000000000000000000000000000000000000000 --- a/src/conio/TODO.txt +++ /dev/null @@ -1,5 +0,0 @@ -Currently, win32cio.c and console.c have separate lists of scancodes. The one -in console.c is *definately* missing some, and I belive that the one in -win32cio.c is too. This should be unified in a new file if possible (The Win32 -one has an extra field in the struct). If it's not possible, console.c should -be updated to support at least everything win32cio.c does.