shithub: rott

Download patch

ref: d8292c853eba95a1dc96de3f3385fe945642c5f6
parent: 786100272f9b96f4aed462b790d8eb79a4828c17
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 08:01:30 EDT 2018

Removing unused but set variables in rt_menu.c

--- a/rott/rt_menu.c
+++ b/rott/rt_menu.c
@@ -5134,10 +5134,6 @@
 )
 
 {
-    int oldvolume;
-
-    oldvolume = FXvolume;
-
     SliderMenu( &FXvolume, 254, 0, 33, 81, 225, 8, "block3", FX_SetVolume,
                 "Sound Volume", "Low", "High" );