diff options
author | Jim Blandy <jimb@redhat.com> | 1992-06-30 13:54:21 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-06-30 13:54:21 +0000 |
commit | e5d77022e8429ca757746ed5d7cf9e2420703e8e (patch) | |
tree | 2e273d216c8f9e34d5e29547f8e7e7c6c5d32049 /src/termchar.h | |
parent | 53b0a6f88893036a42db2abcfbc257b68906956e (diff) | |
download | emacs-e5d77022e8429ca757746ed5d7cf9e2420703e8e.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/termchar.h')
-rw-r--r-- | src/termchar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/termchar.h b/src/termchar.h index d82ccb0bad9..7a93d762bb4 100644 --- a/src/termchar.h +++ b/src/termchar.h @@ -19,8 +19,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern int baud_rate; /* Output speed in baud */ -extern int screen_width; /* Number of usable columns */ -extern int screen_height; /* Number of lines */ extern int must_write_spaces; /* Nonzero means spaces in the text must actually be output; can't just skip over some columns to leave them blank. */ |