Delete unused constant kConfigParameterSize.

Unused since cl https://codereview.webrtc.org/1426953003

BUG=None

Review-Url: https://codereview.webrtc.org/2766823004
Cr-Commit-Position: refs/heads/master@{#17345}
This commit is contained in:
nisse 2017-03-22 08:19:07 -07:00 committed by Commit bot
parent 1372291654
commit f505e83dc1

View File

@ -434,7 +434,6 @@ enum RawVideoType {
};
// Video codec
enum { kConfigParameterSize = 128 };
enum { kPayloadNameSize = 32 };
enum { kMaxSimulcastStreams = 4 };
enum { kMaxSpatialLayers = 5 };