Removing a line I don't need anymnore due to previous commit.

modified:   src/nms.c
This commit is contained in:
Brian Barto 2016-04-18 18:45:34 -04:00
parent 103e164106
commit ed59cb1070
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
#define NEWLINE 10
#define TAB 9
#define PRINT_BUFFER 100
// Window position structure, linked list. Keeps track of every
// character's position on the terminal, as well as other attributes.
struct winpos {