diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-15 13:29:35 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-17 10:55:27 -0800 |
commit | a79f7147536c6a95d74c2339dab044fb8e5edf27 (patch) | |
tree | fb525e62a0e926619085cdec0685da7536c01309 | |
parent | 485bd59dc63ab2c59552c3dba113719e41f6d944 (diff) |
Fix -Wunused-function warnings in ffb_ddc.c
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/ffb_ddc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffb_ddc.c b/src/ffb_ddc.c index 8658d52..783ab9b 100644 --- a/src/ffb_ddc.c +++ b/src/ffb_ddc.c @@ -35,6 +35,7 @@ #include "xf86DDC.h" +#if 0 /* XXX This needs a lot more work. Only an attempt at the PAC2 version * XXX is below, and that is untested. The BT498 manual is unclear about * XXX several details and I must figure them out by trial and error. @@ -172,7 +173,6 @@ FFBI2CPutBits(I2CBusPtr b, int clock, int data) #endif } -#if 0 Bool FFBi2cInit(ScrnInfoPtr pScrn) { |