summaryrefslogtreecommitdiff
path: root/sys/dev/ic/stivar.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-03-20 08:32:21 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-03-20 08:32:21 +0000
commitdf71df1780a87be9af4be1b2d9e104868296263a (patch)
treea0b95a162c16c0d9336c7c51accff1b6654b4dac /sys/dev/ic/stivar.h
parent942e2f634824965a8aeb057948288a43660df9db (diff)
better default screen init
Diffstat (limited to 'sys/dev/ic/stivar.h')
-rw-r--r--sys/dev/ic/stivar.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/stivar.h b/sys/dev/ic/stivar.h
index ad660624fe6..73816dbae2d 100644
--- a/sys/dev/ic/stivar.h
+++ b/sys/dev/ic/stivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stivar.h,v 1.2 2001/01/11 21:30:30 mickey Exp $ */
+/* $OpenBSD: stivar.h,v 1.3 2001/03/20 08:32:20 mickey Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -54,9 +54,6 @@ struct sti_softc {
struct sti_ecfg sc_ecfg;
struct sti_fontcfg sc_fontcfg;
- struct wsscreen_descr *sc_screens;
- struct wsscreen_list sti_screenlist;
-
vaddr_t sc_code;
sti_init_t init;