mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +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 );
|
dctx->window->DrawRectFilled( rect, COLOR_WHITE );
|
||||||
} /* eraseRect */
|
} /* eraseRect */
|
||||||
|
|
||||||
#if 0
|
|
||||||
static void
|
|
||||||
frank_draw_destroyCtxt( DrawCtx* p_dctx )
|
|
||||||
{
|
|
||||||
} /* draw_setup */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static XP_Bool
|
static XP_Bool
|
||||||
frank_draw_boardBegin( DrawCtx* p_dctx, XP_Rect* rect, XP_Bool hasfocus )
|
frank_draw_boardBegin( DrawCtx* p_dctx, XP_Rect* rect, XP_Bool hasfocus )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue