summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpdf.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdf.go b/fpdf.go
index a8656dd..27e0c98 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -379,8 +379,6 @@ func (f *Fpdf) SetFooterFunc(fnc func()) {
// implementation in Fpdf is empty, so you have to provide an appropriate
// function if you want page footers. fnc will typically be a closure that has
// access to the Fpdf instance and other document generation variables.
-//
-// This method is demonstrated in the example for AddPage().
func (f *Fpdf) SetFooterFuncLpi(fnc func(lastPage bool)) {
f.footerFncLpi = fnc
f.footerFnc = nil