Remove the idempotency I added -- it was wrong.

Reviewed by:
Submitted by:
This commit is contained in:
Paul Richards 1994-08-21 19:13:08 +00:00
parent a670645c57
commit 1624344d17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2196

View File

@ -36,12 +36,9 @@
* SUCH DAMAGE.
*
* @(#)ttydefaults.h 8.4 (Berkeley) 1/21/94
* $Id: ttydefaults.h,v 1.2 1994/08/02 07:53:57 davidg Exp $
* $Id: ttydefaults.h,v 1.3 1994/08/21 04:42:08 paul Exp $
*/
#ifndef _SYS_TTYDEFAULTS_H_
#define _SYS_TTYDEFAULTS_H_
/*
* System wide defaults for terminal state.
*/
@ -98,5 +95,3 @@ cc_t ttydefchars[NCCS] = {
};
#undef TTYDEFCHARS
#endif
#endif