diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-06-10 02:14:44 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-06-10 02:14:44 +0000 |
commit | d24ed90547122832d4168ad761f68e107bb1a2db (patch) | |
tree | 7d898d46744c28e05d18990d4945a10af9e69948 /hw/kdrive/ati/ati.h | |
parent | 75065f3a54ec760bbe81160fa233810f14d8aaa2 (diff) |
Axe a few dead fields from the port priv struct and add my name to the
"Copyright" line of the license to ati_video.c that already has my name
in the text.
Diffstat (limited to 'hw/kdrive/ati/ati.h')
-rw-r--r-- | hw/kdrive/ati/ati.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/kdrive/ati/ati.h b/hw/kdrive/ati/ati.h index ac66f47a0..d5bedd9bb 100644 --- a/hw/kdrive/ati/ati.h +++ b/hw/kdrive/ati/ati.h @@ -171,9 +171,6 @@ typedef struct _ATIPortPriv { int brightness; int saturation; RegionRec clip; - Bool videoOn; - Time offTime; - Time freeTime; CARD32 size; KdOffscreenArea *off_screen; DrawablePtr pDraw; |