summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-30 02:59:34 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-30 02:59:34 -0200
commit16b11cd03d8c5def07f0e598f237f71a37883a46 (patch)
tree98b4eb096e87571a0c8de78e6129719626a22584 /include
parentfb22d4d928bc5d1a893494a059359da2ed2ac639 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/xkbfile.h11
1 files changed, 0 insertions, 11 deletions
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_ */