Skip to content

Commit

Permalink
Delete export of convertr, convertrp (#530)
Browse files Browse the repository at this point in the history
* Delete export of `convertr`

There is no `convertr`, so don't export it.

* Don't export convertrp

It's not defined
  • Loading branch information
adkabo authored Apr 19, 2022
1 parent f9992c0 commit 665dc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Unitful.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export logunit, unit, absoluteunit, dimension, uconvert, ustrip, upreferred
export @dimension, @derived_dimension, @refunit, @unit, @affineunit, @u_str
export Quantity, DimensionlessQuantity, NoUnits, NoDims

export uconvertp, uconvertrp, convertr, convertrp, reflevel, linear
export uconvertp, uconvertrp, reflevel, linear
export @logscale, @logunit, @dB, @B, @cNp, @Np
export Level, Gain
export uparse
Expand Down

0 comments on commit 665dc5a

Please sign in to comment.