mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
remove unused method
This commit is contained in:
parent
232cbe04ef
commit
d3cf74920e
2 changed files with 0 additions and 7 deletions
|
@ -2059,12 +2059,6 @@ board_inTrade( const BoardCtxt* board, XP_Bool* anySelected )
|
|||
return pti->tradeInProgress;
|
||||
}
|
||||
|
||||
XP_Bool
|
||||
board_get_showValues( const BoardCtxt* board )
|
||||
{
|
||||
return board->showCellValues;
|
||||
}
|
||||
|
||||
XP_Bool
|
||||
board_toggle_showValues( BoardCtxt* board )
|
||||
{
|
||||
|
|
|
@ -148,7 +148,6 @@ XP_Bool board_draw( BoardCtxt* board, XWEnv xwe );
|
|||
XP_Bool board_get_flipped( const BoardCtxt* board );
|
||||
XP_Bool board_flip( BoardCtxt* board );
|
||||
XP_Bool board_inTrade( const BoardCtxt* board, XP_Bool* anySelected );
|
||||
XP_Bool board_get_showValues( const BoardCtxt* board );
|
||||
XP_Bool board_toggle_showValues( BoardCtxt* board );
|
||||
XP_Bool board_replaceTiles( BoardCtxt* board, XWEnv xwe );
|
||||
XP_Bool board_redoReplacedTiles( BoardCtxt* board, XWEnv xwe );
|
||||
|
|
Loading…
Add table
Reference in a new issue