Remove section with unused declarations
[pazpar2-moved-to-github.git] / src / charsets.h
index 9d43524..4efb3f0 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Pazpar2.
-   Copyright (C) 2006-2010 Index Data
+   Copyright (C) 2006-2011 Index Data
 
 Pazpar2 is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -47,15 +47,7 @@ void pp2_relevance_first(pp2_relevance_token_t prt,
 void pp2_relevance_token_destroy(pp2_relevance_token_t prt);
 const char *pp2_relevance_token_next(pp2_relevance_token_t prt);
 const char *pp2_get_sort(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
+const char *pp2_get_display(pp2_relevance_token_t prt);
 
 #endif