diff options
Diffstat (limited to 'broadcastradio/1.0/ITuner.hal')
| -rw-r--r-- | broadcastradio/1.0/ITuner.hal | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/broadcastradio/1.0/ITuner.hal b/broadcastradio/1.0/ITuner.hal index 5e2bffe38..ae4b2849a 100644 --- a/broadcastradio/1.0/ITuner.hal +++ b/broadcastradio/1.0/ITuner.hal @@ -103,11 +103,9 @@ interface ITuner { /* * Retrieve current station information. - * @param withMetadata True if Metadata should be returned, false otherwise. * @return result OK if scan successfully started * NOT_INITIALIZED if another error occurs * @return info Current program information. */ - getProgramInformation(bool withMetadata) - generates(Result result, ProgramInfo info); + getProgramInformation() generates(Result result, ProgramInfo info); }; |
