diff options
Diffstat (limited to '')
-rw-r--r-- | bin/typo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/typo.c b/bin/typo.c index 2d235bc5..660c8249 100644 --- a/bin/typo.c +++ b/bin/typo.c @@ -14,8 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -// Typing game. - #include <curses.h> #include <err.h> #include <stdlib.h> |