Skip to content

Commit 4cce830

Browse files
author
Andreas Schniertshauer
committed
Remove: not used bool inverted variable in clipboard_copy_text
1 parent 0c9a187 commit 4cce830

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gui_beos.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,9 @@ SDL_bool clipboard_copy_text( struct machine *oric )
200200

201201
for (line = 0; line < 28; line++) {
202202
for (col = 0; col < 40; col++) {
203-
bool inverted = false;
204203
unsigned char c = vidmem[line * 40 + col];
205204

206205
if (c > 127) {
207-
inverted = true;
208206
c -= 128;
209207
}
210208

0 commit comments

Comments
 (0)