aboutsummaryrefslogtreecommitdiff
path: root/clocks.c
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-08 23:30:01 +0200
committerDaniel Lezcano <daniel.lezcano@free.fr>2011-06-08 23:30:01 +0200
commit05916f88daf6dae6185f4ec5792b7ceb552cf8fc (patch)
treeaf0dd240a0db249bae8db6c6c00a63ea2bfdcf53 /clocks.c
parent2adc48d874185d79e61d6a97dd850a506b4f914f (diff)
remove unused 'hrow' and 'selected' parameters
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'clocks.c')
-rw-r--r--clocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clocks.c b/clocks.c
index de5476a..603ebe4 100644
--- a/clocks.c
+++ b/clocks.c
@@ -392,7 +392,7 @@ int clock_init(void)
* found in the files. Then print the result to the text based interface
* Return 0 on success, < 0 otherwise
*/
-int read_and_print_clock_info(int hrow, int selected)
+int read_and_print_clock_info(void)
{
if (read_clock_info())
return -1;