# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1043094712 0 # Node ID 9f87ad1572ebec77c892b78e7e29b7c660a03978 # Parent ae28c5f2fe0e69135a4d8c29061e6981a7728f67 Removed parameter from the comment too. diff -r ae28c5f2fe0e -r 9f87ad1572eb gtk/dw.c --- a/gtk/dw.c Mon Jan 20 20:28:41 2003 +0000 +++ b/gtk/dw.c Mon Jan 20 20:31:52 2003 +0000 @@ -7060,7 +7060,6 @@ /* * Add a callback to a timer event. * Parameters: - * window: Window handle which owns this timer. * interval: Milliseconds to delay between calls. * sigfunc: The pointer to the function to be used as the callback. * data: User data to be passed to the handler function.