projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de4cab
)
Remove section with unused declarations
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Sep 2011 16:45:07 +0000
(18:45 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 12 Sep 2011 16:45:07 +0000
(18:45 +0200)
src/charsets.h
patch
|
blob
|
history
diff --git
a/src/charsets.h
b/src/charsets.h
index
d03abb9
..
4efb3f0
100644
(file)
--- a/
src/charsets.h
+++ b/
src/charsets.h
@@
-49,15
+49,6
@@
const char *pp2_relevance_token_next(pp2_relevance_token_t prt);
const char *pp2_get_sort(pp2_relevance_token_t prt);
const char *pp2_get_display(pp2_relevance_token_t prt);
-#if 0
-typedef int pp2_charset_normalize_t(pp2_charset_t pct,
- const char *buf,
- WRBUF norm_str, WRBUF sort_str,
- int skip_article);
-
-pp2_charset_normalize_t pp2_charset_metadata_norm;
-#endif
-
#endif
/*