ref: 20bba93d8210f123479ce953d1aea2e977b878dc
parent: 9a50f70a76699d929b6e8b6205016eac2079e043
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Mon Jun 4 10:51:23 EDT 2018
Removing unused variables from rt_str.c
--- a/rott/rt_str.c
+++ b/rott/rt_str.c
@@ -171,7 +171,7 @@
byte pix;
int width,step,height,ht;
byte *source, *dest, *origdest;
- int ch,mask;
+ int ch;
ht = CurrentFont->height;
dest = origdest = (byte *)(bufferofs+ylookup[py]+px);