SDL-1.2: atari:video:xbios: remove unused field

From f78fa405411ba2e5e000c84e924bde4fe31043ac Mon Sep 17 00:00:00 2001
From: Miro Kropacek <[EMAIL REDACTED]>
Date: Sat, 26 Oct 2024 16:43:32 +0200
Subject: [PATCH] atari:video:xbios: remove unused field

---
 src/video/xbios/SDL_xbios.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/video/xbios/SDL_xbios.h b/src/video/xbios/SDL_xbios.h
index a62bb2c8..2d679f92 100644
--- a/src/video/xbios/SDL_xbios.h
+++ b/src/video/xbios/SDL_xbios.h
@@ -128,7 +128,6 @@ enum {
 #define XBIOS_fbnum		(this->hidden->frame_number)
 #define XBIOS_pitch		(this->hidden->pitch)
 #define XBIOS_current		(this->hidden->current)
-#define XBIOS_recoffset		(this->hidden->recalc_offset)
 
 #define TT_palette		(this->hidden->palette.pal16)
 #define F30_palette		(this->hidden->palette.pal32)