diff options
author | Michael Tänzer <neo@nhng.de> | 2013-09-03 23:12:56 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-09-03 23:12:56 +0200 |
commit | d620a07df0e032e928453d764b0b54b7171f7414 (patch) | |
tree | 7b684f9ed6d4f1420091214cbf2b5db9d48a843b | |
parent | a4ad0eda59ead11d708b96eb67dc657a4429ba8c (diff) | |
download | cacert-devel-d620a07df0e032e928453d764b0b54b7171f7414.tar.gz cacert-devel-d620a07df0e032e928453d764b0b54b7171f7414.tar.xz cacert-devel-d620a07df0e032e928453d764b0b54b7171f7414.zip |
bug 1177: Remove unused function
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | includes/notary.inc.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/notary.inc.php b/includes/notary.inc.php index 24d152a..37a7ed0 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -726,12 +726,6 @@ <? } - function AssureCCABoxLine($type,$text) - { - return; - AssureBoxLine($type,$text); - } - function AssureBoxLine($type,$text,$checked) { ?> |