diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h index 78d6414d8..30d74f9c8 100644 --- a/hw/kdrive/src/kdrive.h +++ b/hw/kdrive/src/kdrive.h @@ -62,8 +62,6 @@ typedef struct _KdCardInfo { struct _KdScreenInfo *screenList; int selected; struct _KdCardInfo *next; - - int lastMarker; } KdCardInfo; extern KdCardInfo *kdCardInfo;