Skip to content

Commit

Permalink
Remove dead footer code.
Browse files Browse the repository at this point in the history
See #443.
  • Loading branch information
flatheadmill committed Feb 8, 2015
1 parent 38b9e7b commit 71aed44
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions sheaf.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,18 +198,6 @@ Sheaf.prototype.writeHeader = function (queue, page) {
})
}

Sheaf.prototype.readFooter = function (entry) {
var footer = entry.header
return {
entry: footer[0],
right: footer[1],
position: footer[2],
entries: footer[3],
ghosts: footer[4],
records: footer[5]
}
}

Sheaf.prototype.rewriteLeaf = cadence(function (async, page, suffix) {
var index = 0, out

Expand Down

0 comments on commit 71aed44

Please sign in to comment.