summaryrefslogtreecommitdiff
path: root/sys/src/cmd/abaco
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-05-12 18:52:08 +0000
committercinap_lenrek <cinap_lenrek@centraldogma>2011-05-12 18:52:08 +0000
commitfcaaf156b27f3cce5f6cf99aa513c1f850bb4b33 (patch)
treec4b958fa40f170ca998df2404d27b10dfe3e26ba /sys/src/cmd/abaco
parentc8a551c414eacc3d756efa21e93a8389bdafd180 (diff)
fix build
Diffstat (limited to 'sys/src/cmd/abaco')
-rw-r--r--sys/src/cmd/abaco/dat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/src/cmd/abaco/dat.h b/sys/src/cmd/abaco/dat.h
index afe553f5b..e61f673d5 100644
--- a/sys/src/cmd/abaco/dat.h
+++ b/sys/src/cmd/abaco/dat.h
@@ -344,12 +344,6 @@ int webctlfd;
char *charset;
int procstderr;
-enum
-{
- Kscrolloneup = KF|0x20,
- Kscrollonedown = KF|0x21,
-};
-
Channel *cplumb; /* chan(Plumbmsg*) */
Channel *cexit; /* chan(int) */
Channel *crefresh; /* chan(page *) */