summaryrefslogtreecommitdiff
path: root/hw/xfree86/ddc
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-03-01 16:18:18 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-03-01 19:49:24 +0200
commit3d642905477f4b1ec3223f1fbe0d0d37e959ec81 (patch)
treed158aa13c19be80495f92cf9979c3703e71ade2a /hw/xfree86/ddc
parente7a6f79754816976d92857d55840262cccff80a6 (diff)
clean some "unused" warnings
Diffstat (limited to 'hw/xfree86/ddc')
-rw-r--r--hw/xfree86/ddc/xf86DDC.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/xfree86/ddc/xf86DDC.c b/hw/xfree86/ddc/xf86DDC.c
index e47b8b80c..28e2ead28 100644
--- a/hw/xfree86/ddc/xf86DDC.c
+++ b/hw/xfree86/ddc/xf86DDC.c
@@ -13,8 +13,6 @@
#include "ddcPriv.h"
#include <string.h>
-static const OptionInfoRec *DDCAvailableOptions(void *unused);
-
#define RETRIES 4
static unsigned char *EDIDRead_DDC1(
@@ -58,13 +56,6 @@ static const OptionInfoRec DDCOptions[] = {
{ -1, NULL, OPTV_NONE, {0}, FALSE },
};
-/*ARGSUSED*/
-static const OptionInfoRec *
-DDCAvailableOptions(void *unused)
-{
- return (DDCOptions);
-}
-
/**
* Attempts to probe the monitor for EDID information, if NoDDC and NoDDC1 are
* unset. EDID information blocks are interpreted and the results returned in