ExportTxt.js: getPadTXT() does not need to be exported

This function is used only inside this module, and does not belong to its
external interface.
This commit is contained in:
muxator 2019-02-22 23:32:10 +01:00
parent 169a06793d
commit 46fdeb8dc4

View file

@ -68,9 +68,6 @@ function getPadTXT(pad, revNum, callback)
});
}
exports.getPadTXT = getPadTXT;
// This is different than the functionality provided in ExportHtml as it provides formatting
// functionality that is designed specifically for TXT exports
function getTXTFromAtext(pad, atext, authorColors)