Skip to content

Commit

Permalink
Merge pull request #75 from JuliaGL/sd/fixes
Browse files Browse the repository at this point in the history
remove type piracy
  • Loading branch information
SimonDanisch authored Aug 15, 2017
2 parents b09f805 + 82f52fb commit 7f20d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GLUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ end
function mapkeys(func, collection::Dict)
Dict([(func(key), value) for (key, value) in collection])
end
Base.get(a::Dict{KT, VT}, keys::Vector{KT}) where {KT, VT} = [a[key] for key in keys]

function print_with_lines(out::IO, text::AbstractString)
io = IOBuffer()
Expand Down

0 comments on commit 7f20d62

Please sign in to comment.