aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/text.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-06-20 16:30:27 +0000
committerrsc <devnull@localhost>2004-06-20 16:30:27 +0000
commitb9d0739c2047ea62fab581196c5b4a28e2601c6e (patch)
tree04a42181b61c632eeec1377e0b62456faae4f0f7 /src/cmd/acme/text.c
parent64055489f6fde138ba72ec51df5fb319544ec770 (diff)
downloadplan9port-b9d0739c2047ea62fab581196c5b4a28e2601c6e.tar.gz
plan9port-b9d0739c2047ea62fab581196c5b4a28e2601c6e.tar.bz2
plan9port-b9d0739c2047ea62fab581196c5b4a28e2601c6e.zip
unused variable
Diffstat (limited to 'src/cmd/acme/text.c')
-rw-r--r--src/cmd/acme/text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/acme/text.c b/src/cmd/acme/text.c
index 3d9118b1..84e489f9 100644
--- a/src/cmd/acme/text.c
+++ b/src/cmd/acme/text.c
@@ -637,7 +637,6 @@ texttype(Text *t, Rune r)
int nr;
Rune *rp;
Text *u;
- int precise;
if(t->what!=Body && r=='\n')
return;