diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-12 18:52:08 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-12 18:52:08 +0000 |
commit | fcaaf156b27f3cce5f6cf99aa513c1f850bb4b33 (patch) | |
tree | c4b958fa40f170ca998df2404d27b10dfe3e26ba /sys/src/cmd/acme/dat.h | |
parent | c8a551c414eacc3d756efa21e93a8389bdafd180 (diff) |
fix build
Diffstat (limited to 'sys/src/cmd/acme/dat.h')
-rw-r--r-- | sys/src/cmd/acme/dat.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/src/cmd/acme/dat.h b/sys/src/cmd/acme/dat.h index 4ef314c81..4d4e7cfc7 100644 --- a/sys/src/cmd/acme/dat.h +++ b/sys/src/cmd/acme/dat.h @@ -533,12 +533,6 @@ int editing; int messagesize; /* negotiated in 9P version setup */ int globalautoindent; -enum -{ - Kscrolloneup = KF|0x20, - Kscrollonedown = KF|0x21, -}; - Channel *cplumb; /* chan(Plumbmsg*) */ Channel *cwait; /* chan(Waitmsg) */ Channel *ccommand; /* chan(Command*) */ |