diff options
Diffstat (limited to 'src/libdebug/debug.c')
-rwxr-xr-x | src/libdebug/debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libdebug/debug.c b/src/libdebug/debug.c index 771fa55..5763f4f 100755 --- a/src/libdebug/debug.c +++ b/src/libdebug/debug.c @@ -101,8 +101,6 @@ void get_win_size(int *w, int *h) *h = win.ws_row; *w = win.ws_col; - if (*w > MAX_DISPLAY_WIDTH - 1) - *w = MAX_DISPLAY_WIDTH - 1; } void _printdebug(const char *file, const char __attribute__((unused)) *function, int line, int cat, int level, const char *kanal, const char *fmt, ...) |