bufferqueue@1.0: remove comment in function def

Bug: 124382459
Test: manual
Change-Id: Ia99990d6ba3d50d81eb58735212142ec88a74293
This commit is contained in:
Steven Moreland
2019-03-08 16:58:59 -08:00
parent 7b303e1670
commit 62355801ca
2 changed files with 2 additions and 1 deletions

View File

@@ -546,7 +546,7 @@ interface IGraphicBufferProducer {
*/
disconnect(
int32_t api,
DisconnectMode mode /* = DisconnectMode::API */
DisconnectMode mode
) generates (
Status status
);