# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1043094521 0 # Node ID ae28c5f2fe0e69135a4d8c29061e6981a7728f67 # Parent 446dd8cea4770c008180cb7add7670094e39b550 Removed it from the comment too. ;) diff -r 446dd8cea477 -r ae28c5f2fe0e win/dw.c --- a/win/dw.c Mon Jan 20 20:27:51 2003 +0000 +++ b/win/dw.c Mon Jan 20 20:28:41 2003 +0000 @@ -7388,7 +7388,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.