diff options
author | rsc <devnull@localhost> | 2005-03-18 18:05:41 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-18 18:05:41 +0000 |
commit | c1fca1adb018ad47beb0abfe4c3dbfcc87c81ebd (patch) | |
tree | 61b9fd16b5c2e38afbe28109de8036e022f0128b /src | |
parent | edefa2492cba628819c73b20aa5c2305fde5ca5e (diff) | |
download | plan9port-c1fca1adb018ad47beb0abfe4c3dbfcc87c81ebd.tar.gz plan9port-c1fca1adb018ad47beb0abfe4c3dbfcc87c81ebd.tar.bz2 plan9port-c1fca1adb018ad47beb0abfe4c3dbfcc87c81ebd.zip |
garbage collection
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/acme/dat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 9b1f4f44..2e2c56ec 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -544,7 +544,6 @@ enum Kscrollonedown = KF|0x21, }; -Channel *ckeyboard; /* chan(Rune)[10] */ Channel *cplumb; /* chan(Plumbmsg*) */ Channel *cwait; /* chan(Waitmsg) */ Channel *ccommand; /* chan(Command*) */ |