From e79bdb537c4e4e719b91d5f35afa9f54976e0d4d Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 19 Jul 2017 09:04:27 -0400 Subject: Remove reference to inapplicable example --- fpdf.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'fpdf.go') 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 -- cgit v1.2.1-24-ge1ad