From cf117e2b0d995e9a044914b66c237c157c86d71c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 8 Oct 2012 11:10:44 +1000 Subject: test: drop xf86CheckStrOption from fake symbols The tests don't need this symbol anymore. Signed-off-by: Peter Hutterer (cherry picked from commit 3cb14dcccf5574366d90e24f351e3ad04b35e35f) Conflicts: test/fake-symbols.c test/fake-symbols.h --- test/fake-symbols.c | 6 ------ test/fake-symbols.h | 2 -- 2 files changed, 8 deletions(-) diff --git a/test/fake-symbols.c b/test/fake-symbols.c index 6f55c7b..8a17e01 100644 --- a/test/fake-symbols.c +++ b/test/fake-symbols.c @@ -85,12 +85,6 @@ xf86NameCmp(const char *s1, const char *s2) return 0; } -_X_EXPORT char * -xf86CheckStrOption(OPTTYPE optlist, const char *name, char *deflt) -{ - return NULL; -} - _X_EXPORT void xf86AddEnabledDevice(InputInfoPtr pInfo) { diff --git a/test/fake-symbols.h b/test/fake-symbols.h index 70049d0..3bad122 100644 --- a/test/fake-symbols.h +++ b/test/fake-symbols.h @@ -23,7 +23,6 @@ extern OPTTYPE xf86AddNewOption(OPTTYPE head, const char *name, extern char *xf86OptionName(OPTTYPE opt); extern CONST char *xf86FindOptionValue(OPTTYPE options, const char *name); extern int xf86NameCmp(const char *s1, const char *s2); -extern char *xf86CheckStrOption(OPTTYPE optlist, const char *name, char *deflt); extern char *xf86SetStrOption(OPTTYPE optlist, const char *name, CONST char *deflt); @@ -34,7 +33,6 @@ extern CONST char *xf86FindOptionValue(OPTTYPE options, const char *name); extern char *xf86OptionName(OPTTYPE opt); extern char *xf86OptionValue(OPTTYPE opt); extern int xf86NameCmp(const char *s1, const char *s2); -extern char *xf86CheckStrOption(OPTTYPE optlist, const char *name, char *deflt); extern void xf86AddEnabledDevice(InputInfoPtr pInfo); extern void xf86RemoveEnabledDevice(InputInfoPtr pInfo); extern Atom XIGetKnownProperty(char *name); -- cgit v1.2.3