Skip to content

Commit

Permalink
Removing unused private constant in EglRenderer
Browse files Browse the repository at this point in the history
Bug: None
Change-Id: I79e14abda9a09a4e153d038751ca0c24f6a3a67e
Reviewed-on: https://webrtc-review.googlesource.com/20762
Reviewed-by: Sami Kalliomäki <[email protected]>
Commit-Queue: Sami Kalliomäki <[email protected]>
Cr-Commit-Position: refs/heads/master@{#20579}
  • Loading branch information
MirkoBonadei authored and Commit Bot committed Nov 7, 2017
1 parent 411582b commit ed929f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/android/api/org/webrtc/EglRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
public class EglRenderer implements VideoRenderer.Callbacks, VideoSink {
private static final String TAG = "EglRenderer";
private static final long LOG_INTERVAL_SEC = 4;
private static final int MAX_SURFACE_CLEAR_COUNT = 3;

public interface FrameListener { void onFrame(Bitmap frame); }

Expand Down

0 comments on commit ed929f3

Please sign in to comment.