]> Cypherpunks repositories - gostls13.git/commit
exp/draw: remove Border function.
authorNigel Tao <nigeltao@golang.org>
Thu, 16 Dec 2010 04:11:10 +0000 (15:11 +1100)
committerNigel Tao <nigeltao@golang.org>
Thu, 16 Dec 2010 04:11:10 +0000 (15:11 +1100)
commit0bf2aa1aa77b1280f4ad42779a3d4dcc74dab259
tree240bf25b3923ad9e452a438686ce8fed457722dd
parent319ab4782ca7894cf2c4cfc64b9c09598bca07ed
exp/draw: remove Border function.

It was only used by exp/4s, and even if it is general purpose, I think
it belongs in a graphics library atop exp/draw, not in exp/draw itself.

R=rsc
CC=golang-dev
https://golang.org/cl/3705041
src/pkg/exp/draw/draw.go