this has been bugging the crap out of me for years

SVN revision: 61605
This commit is contained in:
Mike Blumenkrantz 2011-07-23 02:19:10 +00:00
parent 9085b4632c
commit b7b8898732
1 changed files with 3 additions and 1 deletions

View File

@ -809,10 +809,12 @@ _span_insert(Span *sp, int num, int count, Evas_Coord size)
__span_insert(sp, num, count, size, 0);
}
#if 0
static Span *
_span_rebalance(Span *sp, int levels)
{
// FIXME: do
return NULL;
}
static void
@ -820,7 +822,7 @@ _span_resize(Span *sp, int num, Evas_Coord size)
{
// FIXME: do
}
#endif
/****************************************************************************/
/**