Skip to content

Commit

Permalink
Fix #5217
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Dec 22, 2013
1 parent 426c80a commit 3603688
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions base/graphics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ end

BoundingBox() = BoundingBox(NaN, NaN, NaN, NaN)

BoundingBox(a::Real, b::Real, c::Real, d::Real) =
BoundingBox(float64(a), float64(b), float64(c), float64(d))

function BoundingBox(points::Point...)
xmin, xmax, ymin, ymax = NaN, NaN, NaN, NaN
for p in points
Expand Down

0 comments on commit 3603688

Please sign in to comment.