diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-23 17:36:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-23 17:36:24 +0000 |
commit | 8cebbe6be01de8a2b36d52ac05f57417b9700f9e (patch) | |
tree | ef32904f400efb913eee5c0fc6ab650ae2267f6e | |
parent | d347686b14fecc05cefb85e193bb698260c2aa9e (diff) |
Another unused declaratin bites the dust.
-rw-r--r-- | driver/xf86-input-ws/src/ws.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/driver/xf86-input-ws/src/ws.c b/driver/xf86-input-ws/src/ws.c index e0321fed5..e250143d8 100644 --- a/driver/xf86-input-ws/src/ws.c +++ b/driver/xf86-input-ws/src/ws.c @@ -13,7 +13,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $OpenBSD: ws.c,v 1.12 2009/11/23 16:55:52 matthieu Exp $ */ +/* $OpenBSD: ws.c,v 1.13 2009/11/23 17:36:23 matthieu Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -97,19 +97,6 @@ static XF86ModuleVersionInfo VersionRec = { {0, 0, 0, 0} }; -typedef enum { - WSOPT_DEVICE, - WSOPT_DEBUG_LEVEL, - WSOPT_MINX, - WSOPT_MAXX, - WSOPT_MINY, - WSOPT_MAXY, - WSOPT_ROTATE, - WSOPT_SWAPXY, - WSOPT_SCREENNO, - WSOPT_ZAXIS_MAPPING, -} WSOpts; - #define WS_NOZMAP 0 XF86ModuleData wsModuleData = {&VersionRec, |