From 46fdeb8dc4495b5a5b1e9e7a67c66465bf9d3b68 Mon Sep 17 00:00:00 2001 From: muxator Date: Fri, 22 Feb 2019 23:32:10 +0100 Subject: [PATCH] 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. --- src/node/utils/ExportTxt.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/node/utils/ExportTxt.js b/src/node/utils/ExportTxt.js index e3ce0152..8a40e800 100644 --- a/src/node/utils/ExportTxt.js +++ b/src/node/utils/ExportTxt.js @@ -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)