Skip to content

Commit

Permalink
Remove disused constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHargrave committed Dec 29, 2024
1 parent 219e9ad commit 02ed6e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unwrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ mutable struct Pixel{T}
end
end
Pixel(v, rel::Float64) = Pixel{typeof(v)}(0, v, rel, 1)
Pixel(v, rng::AbstractRNG) = Pixel(v, rand(rng))
@inline Base.length(p::Pixel) = p.head.groupsize

struct Edge{T}
Expand Down

0 comments on commit 02ed6e9

Please sign in to comment.