-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Waveform, errors in rendering, when audio data are shorter than …
…waveform
- Loading branch information
ladislav.seps
committed
Aug 18, 2014
1 parent
61c9720
commit 1f2f5d4
Showing
2 changed files
with
92 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -276,7 +276,6 @@ public bool RemoveSpeaker(Speaker speaker) | |
Saved = false; | ||
return true; | ||
} | ||
|
||
return false; | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters