Pledge List: Remove unused prototype.

Fixes #62
Closes #79
This commit is contained in:
Melissa Ashforth 2019-11-03 14:20:42 -06:00 committed by Ian Dunn
parent 1576a18d24
commit c7e329ec32
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
6 changed files with 1 additions and 195 deletions

View file

@ -28,7 +28,6 @@ function load() {
require_once get_includes_path() . 'pledge.php';
require_once get_includes_path() . 'pledge-meta.php';
require_once get_includes_path() . 'pledge-form.php';
require_once get_includes_path() . 'directory.php';
require_once get_includes_path() . 'xprofile.php';
require_once get_includes_path() . 'pledge-log.php';
}