shithub: rott

Download patch

ref: 89eea5f0afedbfbcb49ccb5db53dbb6dd3352ba7
parent: 7747cc22938c8c9b767e0435605522ddacdc64c2
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Mon Jun 4 10:34:08 EDT 2018

Removing unused variables from modexlib.c

--- a/rott/modexlib.c
+++ b/rott/modexlib.c
@@ -472,8 +472,6 @@
 
 void EnableScreenStretch(void)
 {
-    int i,offset;
-
     if (iGLOBAL_SCREENWIDTH <= 320 || StretchScreen) return;
 
     if (unstretch_sdl_surface == NULL)
@@ -663,4 +661,4 @@
 {
     return renderer;
 
-}
\ No newline at end of file
+}