kdrive: Remove unused KdCardInfo::lastMarker field

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
Mikhail Gusarov 2010-01-02 15:04:03 +06:00
parent dbaab9759b
commit 4e0d580d5a

View File

@ -62,8 +62,6 @@ typedef struct _KdCardInfo {
struct _KdScreenInfo *screenList;
int selected;
struct _KdCardInfo *next;
int lastMarker;
} KdCardInfo;
extern KdCardInfo *kdCardInfo;