Code

screen: make cols and rows local
[ncmpc.git] / src / screen.h
index 3b6f7247a0db467043e3f25d91e052f6ab68e5a2..c546e281b1b91183b3dde806a11e49e7bec6eafc 100644 (file)
@@ -41,8 +41,6 @@ struct screen {
        struct progress_bar progress_bar;
        struct status_bar status_bar;
 
-       unsigned cols, rows;
-
        char *buf;
        size_t buf_size;