summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2017-07-19 09:04:27 -0400
committerKurt <kurt.w.jung@gmail.com>2017-07-19 09:04:27 -0400
commite79bdb537c4e4e719b91d5f35afa9f54976e0d4d (patch)
treef17419f1f8f9f94f6159549a3c2492f401b2fc18 /fpdf.go
parent89020dfd155e80592495a7bbc37f6e5e713c0389 (diff)
Remove reference to inapplicable example
Diffstat (limited to 'fpdf.go')
-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