summaryrefslogtreecommitdiff
path: root/src/nv_const.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-07-27 07:44:41 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-07-28 20:03:52 +1000
commit595b1c74e52f16ef482be6f14e4a33b4649b8bfd (patch)
tree815dcfe96e03308da691636dc7b0d7a20f8c42c4 /src/nv_const.h
parent9b879b9b38809e7d206c9e78610836bdd9c2d09b (diff)
Fix build with 0.0.15
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 46b00d5..3217af6 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -30,8 +30,6 @@ static const OptionInfoRec NVOptions[] = {
{ OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
{ OPTION_FP_DITHER, "FPDither", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_FP_SCALE, "FPScale", OPTV_BOOLEAN, {0}, FALSE },
- { OPTION_CMDBUF_LOCATION, "CBLocation", OPTV_STRING, {0}, FALSE },
- { OPTION_CMDBUF_SIZE, "CBSize", OPTV_INTEGER, {0}, FALSE },
{ OPTION_SCALING_MODE, "ScalingMode", OPTV_STRING, {0}, FALSE },
{ OPTION_EXA_PIXMAPS, "EXAPixmaps", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }