From b87418e4c4007b9a118dabf95fa3533361257724 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 14 Sep 2022 16:41:57 +0300 Subject: [PATCH] clients/eventdemo: Remove duplicated param entries Removes doxygen warning. Fixes #664 Signed-off-by: Marius Vlad --- clients/eventdemo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/clients/eventdemo.c b/clients/eventdemo.c index 1362db7e..822cb98d 100644 --- a/clients/eventdemo.c +++ b/clients/eventdemo.c @@ -351,8 +351,6 @@ axis_discrete_handler(struct widget *widget, struct input *input, * \param widget widget * \param input input device that caused the motion event * \param time time the event happened - * \param x absolute x position - * \param y absolute y position * \param x x position relative to the window * \param y y position relative to the window * \param data user data associated to the window