summaryrefslogtreecommitdiff
path: root/src/nv_const.h
diff options
context:
space:
mode:
authorStuart Bennett <sb476@cam.ac.uk>2008-08-18 21:39:18 +0100
committerStuart Bennett <sb476@cam.ac.uk>2008-08-18 21:39:18 +0100
commit40e920fafb9f22da23ef11c941561bb14966dc47 (patch)
treedff933eca116400bc44bf7cd2041bda310ca8565 /src/nv_const.h
parent6352d7db24451b014b5f6b873881d103fc1eb316 (diff)
Delete ShadowFB rotation
And nothing of value was lost.
Diffstat (limited to 'src/nv_const.h')
-rw-r--r--src/nv_const.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nv_const.h b/src/nv_const.h
index 1ee3c00..320f1e2 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -14,7 +14,6 @@ typedef enum {
OPTION_HW_CURSOR,
OPTION_NOACCEL,
OPTION_SHADOW_FB,
- OPTION_ROTATE,
OPTION_VIDEO_KEY,
OPTION_FLAT_PANEL,
OPTION_FP_DITHER,
@@ -33,7 +32,6 @@ static const OptionInfoRec NVOptions[] = {
{ OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_NOACCEL, "NoAccel", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_SHADOW_FB, "ShadowFB", OPTV_BOOLEAN, {0}, FALSE },
- { OPTION_ROTATE, "Rotate", OPTV_ANYSTR, {0}, FALSE },
{ OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
{ OPTION_FLAT_PANEL, "FlatPanel", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_FP_DITHER, "FPDither", OPTV_BOOLEAN, {0}, FALSE },