this has been bugging the crap out of me for years
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sat, 23 Jul 2011 02:19:10 +0000 (02:19 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sat, 23 Jul 2011 02:19:10 +0000 (02:19 +0000)
SVN revision: 61605

src/lib/elm_genscroller.c

index 9485985..04f64ca 100644 (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
 /****************************************************************************/
 
 /**