removed obsolete functions

This commit is contained in:
Roland Gruber 2005-09-01 15:11:11 +00:00
parent cc573dc969
commit d1c5896b44
1 changed files with 0 additions and 8 deletions

View File

@ -183,10 +183,6 @@ class account extends baseModule {
return $return; return $return;
} }
function delete_attributes($post) {
return 0;
}
/* Write variables into object and do some regexp checks /* Write variables into object and do some regexp checks
*/ */
function process_attributes(&$post) { function process_attributes(&$post) {
@ -224,10 +220,6 @@ class account extends baseModule {
return $return; return $return;
} }
function display_html_delete(&$post) {
return 0;
}
/* /*
* (non-PHPDoc) * (non-PHPDoc)
* @see baseModule#get_pdfEntries * @see baseModule#get_pdfEntries