mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-18 10:08:29 +01:00
nuke unused param
This commit is contained in:
parent
004ec05a64
commit
63c860d31e
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue