Removed pspell_mode() and pspell_runtogether()

This commit is contained in:
Vlad Krupin 2000-07-26 21:24:17 +00:00
parent b480b8dace
commit f1f91467fa

View File

@ -27,8 +27,6 @@ extern zend_module_entry pspell_module_entry;
PHP_MINIT_FUNCTION(pspell);
PHP_MINFO_FUNCTION(pspell);
PHP_FUNCTION(pspell_new);
PHP_FUNCTION(pspell_mode);
PHP_FUNCTION(pspell_runtogether);
PHP_FUNCTION(pspell_check);
PHP_FUNCTION(pspell_suggest);
PHP_FUNCTION(pspell_store_replacement);