From ed59cb1070599455f211a0a0c1d018b1a506d474 Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Mon, 18 Apr 2016 18:45:34 -0400 Subject: [PATCH] Removing a line I don't need anymnore due to previous commit. modified: src/nms.c --- src/nms.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nms.c b/src/nms.c index 415d7ef..cffb44f 100644 --- a/src/nms.c +++ b/src/nms.c @@ -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 {