diff options
author | Kurt <kurt.w.jung@gmail.com> | 2017-07-19 09:04:27 -0400 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2017-07-19 09:04:27 -0400 |
commit | e79bdb537c4e4e719b91d5f35afa9f54976e0d4d (patch) | |
tree | f17419f1f8f9f94f6159549a3c2492f401b2fc18 | |
parent | 89020dfd155e80592495a7bbc37f6e5e713c0389 (diff) |
Remove reference to inapplicable example
-rw-r--r-- | fpdf.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |