diff Renderer/Test/ball_bound.cc @ 728:4f77768d7a7f

add Engine/ViewerDevice , SgRootChange not work
author aaa
date Sat, 19 Dec 2009 20:32:02 +0900
parents d0b8860c17f8
children 22d7263cec2d
line wrap: on
line diff
--- a/Renderer/Test/ball_bound.cc	Sat Dec 19 17:11:43 2009 +0900
+++ b/Renderer/Test/ball_bound.cc	Sat Dec 19 20:32:02 2009 +0900
@@ -133,12 +133,6 @@
     return sgroot;
 }
 
-MainLoopPtr 
-ball_bound::init_only_sg(SgChange *sgroot, int screen_w, int screen_h)
-{
-    return sgroot;
-}
-
 extern Application *
 application() {
     return new ball_bound();