2007-01-20 [colin] 2.7.1cvs40
[claws.git] / src / addrselect.c
index 0422ecdfbc2c28a9c76390bc8a4756fa56a9d676..2aca813e73cdd64d995e57d4f72fc120c05466a1 100644 (file)
@@ -98,16 +98,6 @@ void addrselect_item_free( AddrSelectItem *item ) {
        g_free( item );
 }
 
-/**
- * Specify cache ID for specified item.
- * \param item  Address select item.
- * \param value Cache ID.
- */
-void addrselect_set_cache_id( AddrSelectItem *item, const gchar *value ) {
-       g_return_if_fail( item != NULL );
-       item->cacheID = mgu_replace_string( item->cacheID, value );
-}
-
 /**
  * Print address selection item.
  * \param item   Address select item.