diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-03-01 16:18:18 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-03-01 19:49:24 +0200 |
commit | 3d642905477f4b1ec3223f1fbe0d0d37e959ec81 (patch) | |
tree | d158aa13c19be80495f92cf9979c3703e71ade2a /hw/xfree86/ddc | |
parent | e7a6f79754816976d92857d55840262cccff80a6 (diff) |
clean some "unused" warnings
Diffstat (limited to 'hw/xfree86/ddc')
-rw-r--r-- | hw/xfree86/ddc/xf86DDC.c | 9 |
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 |