mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove dead code
This commit is contained in:
parent
b830953bea
commit
2f1611d3c1
1 changed files with 0 additions and 7 deletions
|
@ -44,13 +44,6 @@ eraseRect(FrankDrawCtx* dctx, RECT* rect )
|
|||
dctx->window->DrawRectFilled( rect, COLOR_WHITE );
|
||||
} /* eraseRect */
|
||||
|
||||
#if 0
|
||||
static void
|
||||
frank_draw_destroyCtxt( DrawCtx* p_dctx )
|
||||
{
|
||||
} /* draw_setup */
|
||||
#endif
|
||||
|
||||
static XP_Bool
|
||||
frank_draw_boardBegin( DrawCtx* p_dctx, XP_Rect* rect, XP_Bool hasfocus )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue