diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-26 16:30:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-26 16:39:35 +1000 |
commit | 2bc4ebba78056eecf76a294f1c3edff892b286f7 (patch) | |
tree | 5560300105959004cb48931eb6ad2d6167c97e0d /src/XIint.h | |
parent | 20629761be39493b650f48e120d5c970bca5e796 (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.h | 11 |
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 |