remove dead code

This commit is contained in:
ehouse 2004-10-16 04:45:00 +00:00
parent b830953bea
commit 2f1611d3c1

View file

@ -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 )
{