Remove deprecated readSource method

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=151840862
This commit is contained in:
olly 2017-03-31 10:49:09 -07:00 committed by Oliver Woodman
parent 64188748f4
commit 8e76790823

View file

@ -254,14 +254,6 @@ public abstract class BaseRenderer implements Renderer, RendererCapabilities {
return index;
}
/**
* Use {@link #readSource(FormatHolder, DecoderInputBuffer, boolean)} instead.
*/
@Deprecated
protected final int readSource(FormatHolder formatHolder, DecoderInputBuffer buffer) {
return readSource(formatHolder, buffer, false);
}
/**
* Reads from the enabled upstream source. If the upstream source has been read to the end then
* {@link C#RESULT_BUFFER_READ} is only returned if {@link #setCurrentStreamFinal()} has been