removed the empty stop function from grise.c (I feel like I did that
[dosdemo] / src / grise.c
index 0f89dc5..7179511 100644 (file)
@@ -88,7 +88,7 @@ static struct screen scr = {
        init,
        destroy,
        start,
-       stop,
+       0,
        draw
 };
 
@@ -146,12 +146,6 @@ static void start(long trans_time)
        lastFrameTime = time_msec;
 }
 
-static void stop(long trans_time)
-{
-}
-
-
-
 
 static void draw(void)
 {