summaryrefslogtreecommitdiff
path: root/src/XIint.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-03-26 16:30:45 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-26 16:39:35 +1000
commit2bc4ebba78056eecf76a294f1c3edff892b286f7 (patch)
tree5560300105959004cb48931eb6ad2d6167c97e0d /src/XIint.h
parent20629761be39493b650f48e120d5c970bca5e796 (diff)
Remove public declarations for SizeClassInfo and ParseClassInfo.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/XIint.h')
-rw-r--r--src/XIint.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/XIint.h b/src/XIint.h
index 47c6f53..3379882 100644
--- a/src/XIint.h
+++ b/src/XIint.h
@@ -24,15 +24,4 @@ extern Status _XiEventToWire(
register int * /* count */
);
-extern int SizeClassInfo(
- xAnyClassPtr * /* any */,
- int /* num_classes */
-);
-
-extern void ParseClassInfo(
- xAnyClassPtr * /* any */,
- XAnyClassPtr * /* Any */,
- int /* num_classes */
-);
-
#endif