summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <vignatti@c3sl.ufpr.br>2008-07-04 04:16:02 -0300
committerTiago Vignatti <vignatti@c3sl.ufpr.br>2008-07-04 04:16:02 -0300
commit81435d37d609b5d809d9c116062d9f45a308cff1 (patch)
tree23069ef000e182b3ba8f234266ecb610563b5bd5
parentc1371fa63e0f02f395f5eb091fb01c2194ddb55f (diff)
Remove libc wrapper functions.
-rw-r--r--src/microtouch.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/microtouch.c b/src/microtouch.c
index a963959..c537cc0 100644
--- a/src/microtouch.c
+++ b/src/microtouch.c
@@ -162,12 +162,6 @@ static const char *reqSymbols[] = {
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
"xf86XInputSetSendCoreEvents",
#endif
- "xf86memset",
- "xf86sscanf",
- "xf86strcmp",
- "xf86strlen",
- "xf86strncmp",
- "xf86strncpy",
NULL
};