lq-text: LQT_Deletepblock

API void LQT_Deletepblock (db, pblock) t_LQTEXT_Database *db; t_pblock *pblock;

Purpose

Deletes the word places for a given pblock, using LQT_Delete­Word­Places.

Like LQT_Delete­Word­Places, LQT_Deletepblock does not remove the WID <--> Word mapping from the wordlist Key Value Database, and does not zero out the information in the widindex block.

In other words, the word is not removed from the database vocabulary, and subsequent calls to LQT_Word­To­WID will return the same WID value as before the call to LQT_Deletepblock.

See Also: