From 16b11cd03d8c5def07f0e598f237f71a37883a46 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Sun, 30 Nov 2008 02:59:34 -0200 Subject: Correct static symbol XkmReadTOC and first pass on compile warning fixes. The warnings corrected were only the ones that should correct real problems. The most common one is 64 bit integers as "printf %l" arguments. Note that there is a patch related to this at: http://bugs.freedesktop.org/show_bug.cgi?id=18204 --- include/xkbfile.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include') diff --git a/include/xkbfile.h b/include/xkbfile.h index c84f21dd4..d12aad557 100644 --- a/include/xkbfile.h +++ b/include/xkbfile.h @@ -307,17 +307,6 @@ extern unsigned XkmReadFile( XkbDescPtr * /* result */ ); -#ifdef _XKMFORMAT_H_ - -extern Bool XkmReadTOC( - FILE * /* file */, - xkmFileInfo * /* file_info */, - int /* max_toc */, - xkmSectionInfo * /* toc */ -); - -#endif /* _XKMFORMAT_H */ - _XFUNCPROTOEND #endif /* _XKBFILE_H_ */ -- cgit v1.2.3