From 63c860d31edf5567fdae14f8ba9b42125cb2d4b5 Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 23 Jun 2004 03:30:12 +0000 Subject: [PATCH] nuke unused param --- xwords4/common/boardp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/boardp.h b/xwords4/common/boardp.h index bf584acef..d594909ce 100644 --- a/xwords4/common/boardp.h +++ b/xwords4/common/boardp.h @@ -178,7 +178,7 @@ struct BoardCtxt { /* tray-related functions */ XP_Bool handlePenDownInTray( BoardCtxt* board, XP_U16 x, XP_U16 y ); -XP_Bool handlePenUpTray( BoardCtxt* board, XP_U16 x, XP_U16 y, XP_Time when ); +XP_Bool handlePenUpTray( BoardCtxt* board, XP_U16 x, XP_U16 y ); void drawTray( BoardCtxt* board, XP_Bool focussed ); TileBit continueTileDrag( BoardCtxt* board, XP_U16 x, XP_U16 y ); XP_Bool endTileDrag( BoardCtxt* board, XP_U16 x, XP_U16 y );