From c63a87cd936c1eeef14c4c21572e5b782d3df4bc Mon Sep 17 00:00:00 2001 From: fpqc Date: Wed, 14 Dec 2016 06:51:27 +0000 Subject: Move column and row default numbers into config.h --- st.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'st.c') diff --git a/st.c b/st.c index d6fe58a..fbcd9e0 100644 --- a/st.c +++ b/st.c @@ -4471,8 +4471,6 @@ usage(void) int main(int argc, char *argv[]) { - uint cols = 80, rows = 24; - xw.l = xw.t = 0; xw.isfixed = False; xw.cursor = cursorshape; -- cgit v1.2.1