diff options
author | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-23 17:36:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-23 17:36:23 +0000 |
commit | 633d4ab9c0fb6cddf62ba9e83ec4c4e1328b0da5 (patch) | |
tree | 8dfab4364013d83e86c692b4800f67280fe00bec | |
parent | a51215ab2ac8e6d42c5d8ee5ec5207b35820c217 (diff) |
Another unused declaratin bites the dust.
-rw-r--r-- | src/ws.c | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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, |