summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-10-13 06:26:42 +0200
committercinap_lenrek <cinap_lenrek@centraldogma>2011-10-13 06:26:42 +0200
commite4048c13805a3d4bd5377985232a778604b9e8b8 (patch)
tree6ef2d1553d9c2183b1ea6ef62e93717184f11500
parent24d69465a3024b5a74701af180365c6e27b93903 (diff)
downloadplan9front-e4048c13805a3d4bd5377985232a778604b9e8b8.tar.xz
mothra: cleanup
-rw-r--r--sys/src/cmd/mothra/mothra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c
index b872ec6d4..ec64ee444 100644
--- a/sys/src/cmd/mothra/mothra.c
+++ b/sys/src/cmd/mothra/mothra.c
@@ -723,7 +723,6 @@ void dolink(Panel *p, int buttons, Rtext *word){
Point coord;
int yoffs;
Action *a;
- Url u;
a=word->user;
if(a == nil || a->image == nil && a->link == nil)