epg: remove unused epg_hash() function
This commit is contained in:
parent
d0ab5016be
commit
7fa70f9e87
2 changed files with 0 additions and 15 deletions
|
@ -2312,15 +2312,6 @@ void epg_query_sort(epg_query_result_t *eqr)
|
|||
* Miscellaneous
|
||||
* *************************************************************************/
|
||||
|
||||
/* Hash title/summary/description to form URI */
|
||||
char *epg_hash ( const char *t, const char *s, const char *d )
|
||||
{
|
||||
if ( d && strlen(d) > 10 ) return md5sum(d);
|
||||
if ( s && strlen(s) > 10 ) return md5sum(s);
|
||||
if ( t ) return md5sum(t);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void epg_skel_done(void)
|
||||
{
|
||||
epg_object_t **skel;
|
||||
|
|
|
@ -562,10 +562,4 @@ void epg_save (void);
|
|||
void epg_save_callback (void *p);
|
||||
void epg_updated (void);
|
||||
|
||||
/* ************************************************************************
|
||||
* Miscellaneous
|
||||
* ***********************************************************************/
|
||||
|
||||
char *epg_hash ( const char *t, const char *s, const char *d );
|
||||
|
||||
#endif /* EPG_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue