From: John Tsiombikas Date: Tue, 11 Oct 2016 12:29:49 +0000 (+0300) Subject: removed the empty stop function from grise.c (I feel like I did that X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=commitdiff_plain;h=aa228f8b7d6c5848d3d34fdd673371a5c797ddfb removed the empty stop function from grise.c (I feel like I did that before) --- diff --git a/src/grise.c b/src/grise.c index 0f89dc5..7179511 100644 --- a/src/grise.c +++ b/src/grise.c @@ -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) {