summaryrefslogtreecommitdiff
path: root/riscos/treeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/treeview.c')
-rw-r--r--riscos/treeview.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscos/treeview.c b/riscos/treeview.c
index 78e6e9c42..7cf711677 100644
--- a/riscos/treeview.c
+++ b/riscos/treeview.c
@@ -801,11 +801,10 @@ static bool ro_treeview_mouse_click(wimp_pointer *pointer)
/**
* Track the mouse under Null Polls from the wimp, to support dragging.
*
- * \param w Window handle currently under the mouse.
* \param *pointer Pointer to a Wimp Pointer block.
*/
-void ro_treeview_mouse_at(wimp_w w, wimp_pointer *pointer)
+void ro_treeview_mouse_at(wimp_pointer *pointer)
{
os_error *error;
ro_treeview *tv;