Skip to content

Commit

Permalink
remove unnecessary exports and fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jun 15, 2015
1 parent 4df334d commit 858a170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/WORLD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export
# Types
DioOption,

# World methods
# WORLD functions
dio,
stonemask,
cheaptrick,
Expand All @@ -16,7 +16,7 @@ export
# utils
get_fftsize_for_cheaptrick,

# matlabfunctions
# matlab functions
interp1!,
interp1,

Expand Down
6 changes: 0 additions & 6 deletions src/deprecated.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# deprecates related to the version up from WORLD v0.1.4 to v0.2.0

export
star,
platinum,
aperiodicityratio,
synthesis_from_aperiodicity

# Since `libworld.0.2.0` doesn't provide an interface to Platinum,
# I decided `platinum` simply throws an error for deprecation.
function platinum(x, fs, timeaxis, f0, spectrogram)
Expand Down

0 comments on commit 858a170

Please sign in to comment.